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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


4429
4430
4431
4432
4433
4434
4435
4436
4437
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4429

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)


4429
4430
4431
4432
4433
4434
4435
4436
4437
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4429

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.



4429
4430
4431
4432
4433
4434
4435
4436
4437
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4429

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)


4429
4430
4431
4432
4433
4434
4435
4436
4437
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4429

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)


4429
4430
4431
4432
4433
4434
4435
4436
4437
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4429

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