Class: Aws::SageMaker::Types::GetSearchSuggestionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#property_name_suggestionsArray<Types::PropertyNameSuggestion>

A list of property names for a ‘Resource` that match a `SuggestionQuery`.

Returns:



18689
18690
18691
18692
18693
# File 'lib/aws-sdk-sagemaker/types.rb', line 18689

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