Class: Aws::SageMaker::Types::ListClusterNodesResponse

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_node_summariesArray<Types::ClusterNodeSummary>

The summaries of listed instances in a SageMaker HyperPod cluster

Returns:



30311
30312
30313
30314
30315
30316
# File 'lib/aws-sdk-sagemaker/types.rb', line 30311

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

#next_tokenString

The next token specified for listing instances in a SageMaker HyperPod cluster.

Returns:

  • (String)


30311
30312
30313
30314
30315
30316
# File 'lib/aws-sdk-sagemaker/types.rb', line 30311

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