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.



3327
3328
3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3327

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.



3327
3328
3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3327

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>)


3327
3328
3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3327

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>)


3327
3328
3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3327

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