Class: Aws::SageMaker::Types::ListAlgorithmsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListAlgorithmsOutput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#algorithm_summary_list ⇒ Array<Types::AlgorithmSummary>
>An array of
AlgorithmSummary
objects, each of which lists an algorithm. -
#next_token ⇒ String
If the response is truncated, SageMaker returns this token.
Instance Attribute Details
#algorithm_summary_list ⇒ Array<Types::AlgorithmSummary>
>An array of AlgorithmSummary
objects, each of which lists an
algorithm.
27566 27567 27568 27569 27570 27571 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27566 class ListAlgorithmsOutput < Struct.new( :algorithm_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
27566 27567 27568 27569 27570 27571 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27566 class ListAlgorithmsOutput < Struct.new( :algorithm_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |