Class: Aws::SageMaker::Types::SuggestionQuery

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Note:

When making an API call, you may pass SuggestionQuery data as a hash:

{
  property_name_query: {
    property_name_hint: "PropertyNameHint", # required
  },
}

Limits the property names that are included in the response.

Instance Attribute Summary collapse

Instance Attribute Details

#property_name_queryTypes::PropertyNameQuery

A type of ‘SuggestionQuery`. Defines a property name hint. Only property names that match the specified hint are included in the response.



17861
17862
17863
17864
# File 'lib/aws-sdk-sagemaker/types.rb', line 17861

class SuggestionQuery < Struct.new(
  :property_name_query)
  include Aws::Structure
end