Class: Aws::SageMaker::Types::ClusterInstanceStatusDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The message from an instance in a SageMaker HyperPod cluster.

Returns:

  • (String)


4127
4128
4129
4130
4131
4132
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4127

class ClusterInstanceStatusDetails < Struct.new(
  :status,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of an instance in a SageMaker HyperPod cluster.

Returns:

  • (String)


4127
4128
4129
4130
4131
4132
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4127

class ClusterInstanceStatusDetails < Struct.new(
  :status,
  :message)
  SENSITIVE = []
  include Aws::Structure
end