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

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

Overview

Specified in the [GetSearchSuggestions] request. Limits the property names that are included in the response.

[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_GetSearchSuggestions.html

Constant Summary collapse

SENSITIVE =
[]

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.



39882
39883
39884
39885
39886
# File 'lib/aws-sdk-sagemaker/types.rb', line 39882

class SuggestionQuery < Struct.new(
  :property_name_query)
  SENSITIVE = []
  include Aws::Structure
end