Class: Aws::SageMaker::Types::ListAlgorithmsOutput

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

#algorithm_summary_listArray<Types::AlgorithmSummary>

>An array of AlgorithmSummary objects, each of which lists an algorithm.

Returns:



24664
24665
24666
24667
24668
24669
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24664

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

#next_tokenString

If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.

Returns:

  • (String)


24664
24665
24666
24667
24668
24669
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24664

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