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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#property_nameString

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

Returns:

  • (String)


36030
36031
36032
36033
36034
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36030

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