Class: Aws::SageMaker::Types::DescribeClusterNodeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeClusterNodeResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_details ⇒ Types::ClusterNodeDetails
The details of the SageMaker HyperPod cluster node.
Instance Attribute Details
#node_details ⇒ Types::ClusterNodeDetails
The details of the SageMaker HyperPod cluster node.
13634 13635 13636 13637 13638 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13634 class DescribeClusterNodeResponse < Struct.new( :node_details) SENSITIVE = [] include Aws::Structure end |