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

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

Instance Attribute Details

#messageString

The message from an instance in a SageMaker HyperPod cluster.

Returns:

  • (String)


4057
4058
4059
4060
4061
4062
# File 'lib/aws-sdk-sagemaker/types.rb', line 4057

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

#statusString

The status of an instance in a SageMaker HyperPod cluster.

Returns:

  • (String)


4057
4058
4059
4060
4061
4062
# File 'lib/aws-sdk-sagemaker/types.rb', line 4057

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