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

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

#resourceString

The name of the SageMaker resource to search for.

Returns:

  • (String)


18794
18795
18796
18797
18798
18799
# File 'lib/aws-sdk-sagemaker/types.rb', line 18794

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.



18794
18795
18796
18797
18798
18799
# File 'lib/aws-sdk-sagemaker/types.rb', line 18794

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