Class: Aws::SageMaker::Types::BatchDeleteClusterNodesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failedArray<Types::BatchDeleteClusterNodesError>

A list of errors encountered when deleting the specified nodes.



3445
3446
3447
3448
3449
3450
3451
3452
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3445

class BatchDeleteClusterNodesResponse < Struct.new(
  :failed,
  :successful,
  :failed_node_logical_ids,
  :successful_node_logical_ids)
  SENSITIVE = []
  include Aws::Structure
end

#failed_node_logical_idsArray<Types::BatchDeleteClusterNodeLogicalIdsError>

A list of NodeLogicalIds that could not be deleted, along with error information explaining why the deletion failed.



3445
3446
3447
3448
3449
3450
3451
3452
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3445

class BatchDeleteClusterNodesResponse < Struct.new(
  :failed,
  :successful,
  :failed_node_logical_ids,
  :successful_node_logical_ids)
  SENSITIVE = []
  include Aws::Structure
end

#successfulArray<String>

A list of node IDs that were successfully deleted from the specified cluster.

Returns:

  • (Array<String>)


3445
3446
3447
3448
3449
3450
3451
3452
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3445

class BatchDeleteClusterNodesResponse < Struct.new(
  :failed,
  :successful,
  :failed_node_logical_ids,
  :successful_node_logical_ids)
  SENSITIVE = []
  include Aws::Structure
end

#successful_node_logical_idsArray<String>

A list of NodeLogicalIds that were successfully deleted from the cluster.

Returns:

  • (Array<String>)


3445
3446
3447
3448
3449
3450
3451
3452
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3445

class BatchDeleteClusterNodesResponse < Struct.new(
  :failed,
  :successful,
  :failed_node_logical_ids,
  :successful_node_logical_ids)
  SENSITIVE = []
  include Aws::Structure
end