Class: Aws::SageMaker::Types::SearchResponse

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

#next_tokenString

If the result of the previous Search request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request.

Returns:

  • (String)


38452
38453
38454
38455
38456
38457
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38452

class SearchResponse < Struct.new(
  :results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resultsArray<Types::SearchRecord>

A list of SearchRecord objects.

Returns:



38452
38453
38454
38455
38456
38457
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38452

class SearchResponse < Struct.new(
  :results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end