Class: Aws::SageMaker::Types::ClusterNodeSummary

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Lists a summary of the properties of an instance (also called a node interchangeably) of a SageMaker HyperPod cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_group_nameString

The name of the instance group in which the instance is.

Returns:

  • (String)


4165
4166
4167
4168
4169
4170
4171
4172
4173
# File 'lib/aws-sdk-sagemaker/types.rb', line 4165

class ClusterNodeSummary < Struct.new(
  :instance_group_name,
  :instance_id,
  :instance_type,
  :launch_time,
  :instance_status)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The ID of the instance.

Returns:

  • (String)


4165
4166
4167
4168
4169
4170
4171
4172
4173
# File 'lib/aws-sdk-sagemaker/types.rb', line 4165

class ClusterNodeSummary < Struct.new(
  :instance_group_name,
  :instance_id,
  :instance_type,
  :launch_time,
  :instance_status)
  SENSITIVE = []
  include Aws::Structure
end

#instance_statusTypes::ClusterInstanceStatusDetails

The status of the instance.



4165
4166
4167
4168
4169
4170
4171
4172
4173
# File 'lib/aws-sdk-sagemaker/types.rb', line 4165

class ClusterNodeSummary < Struct.new(
  :instance_group_name,
  :instance_id,
  :instance_type,
  :launch_time,
  :instance_status)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The type of the instance.

Returns:

  • (String)


4165
4166
4167
4168
4169
4170
4171
4172
4173
# File 'lib/aws-sdk-sagemaker/types.rb', line 4165

class ClusterNodeSummary < Struct.new(
  :instance_group_name,
  :instance_id,
  :instance_type,
  :launch_time,
  :instance_status)
  SENSITIVE = []
  include Aws::Structure
end

#launch_timeTime

The time when the instance is launched.

Returns:

  • (Time)


4165
4166
4167
4168
4169
4170
4171
4172
4173
# File 'lib/aws-sdk-sagemaker/types.rb', line 4165

class ClusterNodeSummary < Struct.new(
  :instance_group_name,
  :instance_id,
  :instance_type,
  :launch_time,
  :instance_status)
  SENSITIVE = []
  include Aws::Structure
end