Class: Aws::SageMaker::Types::ProcessingResources

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

Overview

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_configTypes::ProcessingClusterConfig

The configuration for the resources in a cluster used to run the processing job.



35136
35137
35138
35139
35140
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35136

class ProcessingResources < Struct.new(
  :cluster_config)
  SENSITIVE = []
  include Aws::Structure
end