Class: Aws::SageMaker::Types::BatchRebootClusterNodesResponse

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::BatchRebootClusterNodesError>

A list of errors encountered for EC2 instance IDs that could not be rebooted. Each error includes the instance ID, an error code, and a descriptive message.



3638
3639
3640
3641
3642
3643
3644
3645
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3638

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

#failed_node_logical_idsArray<Types::BatchRebootClusterNodeLogicalIdsError>

A list of errors encountered for logical node IDs that could not be rebooted. Each error includes the logical node ID, an error code, and a descriptive message. This field is only present when NodeLogicalIds were provided in the request.



3638
3639
3640
3641
3642
3643
3644
3645
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3638

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

#successfulArray<String>

A list of EC2 instance IDs for which the reboot operation was successfully initiated.

Returns:

  • (Array<String>)


3638
3639
3640
3641
3642
3643
3644
3645
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3638

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

#successful_node_logical_idsArray<String>

A list of logical node IDs for which the reboot operation was successfully initiated. This field is only present when NodeLogicalIds were provided in the request.

Returns:

  • (Array<String>)


3638
3639
3640
3641
3642
3643
3644
3645
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3638

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