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.AutoMLOutputDataConfig

Description

 
Synopsis

Documentation

data AutoMLOutputDataConfig Source #

The output data configuration.

See: newAutoMLOutputDataConfig smart constructor.

Constructors

AutoMLOutputDataConfig' 

Fields

Instances

Instances details
Eq AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

Read AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

Show AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

Generic AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

Associated Types

type Rep AutoMLOutputDataConfig :: Type -> Type #

NFData AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

Methods

rnf :: AutoMLOutputDataConfig -> () #

Hashable AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

ToJSON AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

FromJSON AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

type Rep AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

type Rep AutoMLOutputDataConfig = D1 ('MetaData "AutoMLOutputDataConfig" "Amazonka.SageMaker.Types.AutoMLOutputDataConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLOutputDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAutoMLOutputDataConfig Source #

Create a value of AutoMLOutputDataConfig 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:kmsKeyId:AutoMLOutputDataConfig', autoMLOutputDataConfig_kmsKeyId - The Amazon Web Services KMS encryption key ID.

$sel:s3OutputPath:AutoMLOutputDataConfig', autoMLOutputDataConfig_s3OutputPath - The Amazon S3 output path. Must be 128 characters or less.

autoMLOutputDataConfig_kmsKeyId :: Lens' AutoMLOutputDataConfig (Maybe Text) Source #

The Amazon Web Services KMS encryption key ID.

autoMLOutputDataConfig_s3OutputPath :: Lens' AutoMLOutputDataConfig Text Source #

The Amazon S3 output path. Must be 128 characters or less.