Class: Aws::SageMaker::Types::DescribeClusterNodeResponse

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

#node_detailsTypes::ClusterNodeDetails

The details of the SageMaker HyperPod cluster node.



12914
12915
12916
12917
12918
# File 'lib/aws-sdk-sagemaker/types.rb', line 12914

class DescribeClusterNodeResponse < Struct.new(
  :node_details)
  SENSITIVE = []
  include Aws::Structure
end