Class: Aws::SageMaker::Types::NodeAdditionResult

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

Overview

Information about a node that was successfully added to the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_group_nameString

The name of the instance group to which the node was added.

Returns:

  • (String)


38678
38679
38680
38681
38682
38683
38684
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38678

class NodeAdditionResult < Struct.new(
  :node_logical_id,
  :instance_group_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#node_logical_idString

A unique identifier assigned to the node that can be used to track its provisioning status through the DescribeClusterNode operation.

Returns:

  • (String)


38678
38679
38680
38681
38682
38683
38684
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38678

class NodeAdditionResult < Struct.new(
  :node_logical_id,
  :instance_group_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the node. Possible values include Pending, Running, Failed, ShuttingDown, SystemUpdating, DeepHealthCheckInProgress, and NotFound.

Returns:

  • (String)


38678
38679
38680
38681
38682
38683
38684
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38678

class NodeAdditionResult < Struct.new(
  :node_logical_id,
  :instance_group_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end