libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.ProcessingResources

Description

 
Synopsis

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

Instances details
Eq ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

Read ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

Show ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

Generic ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

Associated Types

type Rep ProcessingResources :: Type -> Type #

NFData ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

Methods

rnf :: ProcessingResources -> () #

Hashable ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

ToJSON ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

FromJSON ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

type Rep ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

type Rep ProcessingResources = D1 ('MetaData "ProcessingResources" "Amazonka.SageMaker.Types.ProcessingResources" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessingClusterConfig)))

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.