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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



35223
35224
35225
35226
35227
# File 'lib/aws-sdk-sagemaker/types.rb', line 35223

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