Class: Aws::SageMaker::Types::ListClustersResponse

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

#cluster_summariesArray<Types::ClusterSummary>

The summaries of listed SageMaker HyperPod clusters.

Returns:



25448
25449
25450
25451
25452
25453
# File 'lib/aws-sdk-sagemaker/types.rb', line 25448

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

#next_tokenString

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.

Returns:

  • (String)


25448
25449
25450
25451
25452
25453
# File 'lib/aws-sdk-sagemaker/types.rb', line 25448

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