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:



25352
25353
25354
25355
25356
25357
# File 'lib/aws-sdk-sagemaker/types.rb', line 25352

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)


25352
25353
25354
25355
25356
25357
# File 'lib/aws-sdk-sagemaker/types.rb', line 25352

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