Class: Aws::SageMaker::Types::PropertyNameSuggestion

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

Overview

A property name returned from a ‘GetSearchSuggestions` call that specifies a value in the `PropertyNameQuery` field.

Instance Attribute Summary collapse

Instance Attribute Details

#property_nameString

A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.

Returns:

  • (String)


9046
9047
9048
9049
# File 'lib/aws-sdk-sagemaker/types.rb', line 9046

class PropertyNameSuggestion < Struct.new(
  :property_name)
  include Aws::Structure
end