GetSearchSuggestionsRequest
public struct GetSearchSuggestionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Amazon SageMaker resource to search for.
Declaration
Swift
public let resource: ResourceType
-
Limits the property names that are included in the response.
Declaration
Swift
public let suggestionQuery: SuggestionQuery?
-
Undocumented
Declaration
Swift
public init(resource: ResourceType, suggestionQuery: SuggestionQuery? = nil)
-
Declaration
Swift
public func validate(name: String) throws