Class: Aws::SageMaker::Types::ClusterInstanceStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterInstanceStatusDetails
- Defined in:
- gems/aws-sdk-sagemaker/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.
4369 4370 4371 4372 4373 4374 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4369 class ClusterInstanceStatusDetails < Struct.new( :status, :message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of an instance in a SageMaker HyperPod cluster.
4369 4370 4371 4372 4373 4374 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4369 class ClusterInstanceStatusDetails < Struct.new( :status, :message) SENSITIVE = [] include Aws::Structure end |