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:



26833
26834
26835
26836
26837
26838
# File 'lib/aws-sdk-sagemaker/types.rb', line 26833

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)


26833
26834
26835
26836
26837
26838
# File 'lib/aws-sdk-sagemaker/types.rb', line 26833

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