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
show all
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

Instance Attribute Details

#property_name_queryTypes::PropertyNameQuery

Defines a property name hint. Only property names that begin with the specified hint are included in the response.

Returns: