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:



18808
18809
18810
18811
18812
# File 'lib/aws-sdk-sagemaker/types.rb', line 18808

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