Class: Aws::SageMaker::Types::GetSearchSuggestionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::GetSearchSuggestionsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource ⇒ String
The name of the SageMaker resource to search for.
-
#suggestion_query ⇒ Types::SuggestionQuery
Limits the property names that are included in the response.
Instance Attribute Details
#resource ⇒ String
The name of the SageMaker resource to search for.
21303 21304 21305 21306 21307 21308 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21303 class GetSearchSuggestionsRequest < Struct.new( :resource, :suggestion_query) SENSITIVE = [] include Aws::Structure end |
#suggestion_query ⇒ Types::SuggestionQuery
Limits the property names that are included in the response.
21303 21304 21305 21306 21307 21308 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21303 class GetSearchSuggestionsRequest < Struct.new( :resource, :suggestion_query) SENSITIVE = [] include Aws::Structure end |