Class: Aws::SageMaker::Types::GetSearchSuggestionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::GetSearchSuggestionsRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
21342 21343 21344 21345 21346 21347 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21342 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.
21342 21343 21344 21345 21346 21347 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21342 class GetSearchSuggestionsRequest < Struct.new( :resource, :suggestion_query) SENSITIVE = [] include Aws::Structure end |