| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.ProcessingResources
Description
Documentation
data ProcessingResources Source #
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.
See: newProcessingResources smart constructor.
Constructors
| ProcessingResources' | |
Fields 
  | |
Instances
newProcessingResources Source #
Create a value of ProcessingResources with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:clusterConfig:ProcessingResources', processingResources_clusterConfig - The configuration for the resources in a cluster used to run the
 processing job.
processingResources_clusterConfig :: Lens' ProcessingResources ProcessingClusterConfig Source #
The configuration for the resources in a cluster used to run the processing job.