Class: Aws::SageMaker::Types::ListClustersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListClustersResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_summaries ⇒ Array<Types::ClusterSummary>
The summaries of listed SageMaker HyperPod clusters.
-
#next_token ⇒ String
If the result of the previous
ListClusters
request was truncated, the response includes aNextToken
.
Instance Attribute Details
#cluster_summaries ⇒ Array<Types::ClusterSummary>
The summaries of listed SageMaker HyperPod clusters.
28359 28360 28361 28362 28363 28364 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28359 class ListClustersResponse < Struct.new( :next_token, :cluster_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the result of the previous ListClusters
request was truncated,
the response includes a NextToken
. To retrieve the next set of
clusters, use the token in the next request.
28359 28360 28361 28362 28363 28364 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28359 class ListClustersResponse < Struct.new( :next_token, :cluster_summaries) SENSITIVE = [] include Aws::Structure end |