Class: Aws::SageMaker::Types::ProcessingResources
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ProcessingResources
- 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
-
#cluster_config ⇒ Types::ProcessingClusterConfig
The configuration for the resources in a cluster used to run the processing job.
Instance Attribute Details
#cluster_config ⇒ Types::ProcessingClusterConfig
The configuration for the resources in a cluster used to run the processing job.
37194 37195 37196 37197 37198 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 37194 class ProcessingResources < Struct.new( :cluster_config) SENSITIVE = [] include Aws::Structure end |