Class: Aws::SageMaker::Types::BatchDeleteClusterNodesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::BatchDeleteClusterNodesResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed ⇒ Array<Types::BatchDeleteClusterNodesError>
A list of errors encountered when deleting the specified nodes.
-
#failed_node_logical_ids ⇒ Array<Types::BatchDeleteClusterNodeLogicalIdsError>
A list of
NodeLogicalIds
that could not be deleted, along with error information explaining why the deletion failed. -
#successful ⇒ Array<String>
A list of node IDs that were successfully deleted from the specified cluster.
-
#successful_node_logical_ids ⇒ Array<String>
A list of
NodeLogicalIds
that were successfully deleted from the cluster.
Instance Attribute Details
#failed ⇒ Array<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_ids ⇒ Array<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 |
#successful ⇒ Array<String>
A list of node IDs that were successfully deleted from the specified cluster.
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_ids ⇒ Array<String>
A list of NodeLogicalIds
that were successfully deleted from the
cluster.
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 |