Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
ProcessingResources' | |
|
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.