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