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.
4469 4470 4471 4472 4473 4474 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4469 class ClusterInstanceStatusDetails < Struct.new( :status, :message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of an instance in a SageMaker HyperPod cluster.
4469 4470 4471 4472 4473 4474 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4469 class ClusterInstanceStatusDetails < Struct.new( :status, :message) SENSITIVE = [] include Aws::Structure end |