You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::GetSearchSuggestionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::GetSearchSuggestionsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing GetSearchSuggestionsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent
suggestion_query: {
property_name_query: {
property_name_hint: "PropertyNameHint", # required
},
},
}
Instance Attribute Summary collapse
-
#resource ⇒ String
The name of the Amazon 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 Amazon SageMaker resource to search for.
Possible values:
- TrainingJob
- Experiment
- ExperimentTrial
- ExperimentTrialComponent
#suggestion_query ⇒ Types::SuggestionQuery
Limits the property names that are included in the response.