Class: Aws::SageMaker::Types::GetSearchSuggestionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resourceString

The name of the SageMaker resource to search for.

Returns:

  • (String)


20042
20043
20044
20045
20046
20047
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20042

class GetSearchSuggestionsRequest < Struct.new(
  :resource,
  :suggestion_query)
  SENSITIVE = []
  include Aws::Structure
end

#suggestion_queryTypes::SuggestionQuery

Limits the property names that are included in the response.



20042
20043
20044
20045
20046
20047
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20042

class GetSearchSuggestionsRequest < Struct.new(
  :resource,
  :suggestion_query)
  SENSITIVE = []
  include Aws::Structure
end