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

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

#cluster_summariesArray<Types::ClusterSummary>

The summaries of listed SageMaker HyperPod clusters.

Returns:



26065
26066
26067
26068
26069
26070
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26065

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)


26065
26066
26067
26068
26069
26070
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26065

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