Class: Aws::SageMaker::Types::ClusterInstanceStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterInstanceStatusDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Details of an instance in a SageMaker HyperPod cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message from an instance in a SageMaker HyperPod cluster.
-
#status ⇒ String
The status of an instance in a SageMaker HyperPod cluster.
Instance Attribute Details
#message ⇒ String
The message from an instance in a SageMaker HyperPod cluster.
5855 5856 5857 5858 5859 5860 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5855 class ClusterInstanceStatusDetails < Struct.new( :status, :message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of an instance in a SageMaker HyperPod cluster.
5855 5856 5857 5858 5859 5860 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5855 class ClusterInstanceStatusDetails < Struct.new( :status, :message) SENSITIVE = [] include Aws::Structure end |