You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::SuggestionQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SuggestionQuery
- Defined in:
- (unknown)
Overview
Note:
When passing SuggestionQuery as input to an Aws::Client method, you can use a vanilla Hash:
{
property_name_query: {
property_name_hint: "PropertyNameHint", # required
},
}
Specified in the GetSearchSuggestions request. Limits the property names that are included in the response.
Returned by:
Instance Attribute Summary collapse
-
#property_name_query ⇒ Types::PropertyNameQuery
Defines a property name hint.
Instance Attribute Details
#property_name_query ⇒ Types::PropertyNameQuery
Defines a property name hint. Only property names that begin with the specified hint are included in the response.