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.



35217
35218
35219
35220
35221
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35217

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