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

Description

 
Synopsis

Documentation

data MonitoringS3Output Source #

Information about where and how you want to store the results of a monitoring job.

See: newMonitoringS3Output smart constructor.

Constructors

MonitoringS3Output' 

Fields

  • s3UploadMode :: Maybe ProcessingS3UploadMode

    Whether to upload the results of the monitoring job continuously or after the job completes.

  • s3Uri :: Text

    A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.

  • localPath :: Text

    The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.

Instances

Instances details
Eq MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

Read MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

Show MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

Generic MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

Associated Types

type Rep MonitoringS3Output :: Type -> Type #

NFData MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

Methods

rnf :: MonitoringS3Output -> () #

Hashable MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

ToJSON MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

FromJSON MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

type Rep MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

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

newMonitoringS3Output Source #

Create a value of MonitoringS3Output 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:s3UploadMode:MonitoringS3Output', monitoringS3Output_s3UploadMode - Whether to upload the results of the monitoring job continuously or after the job completes.

$sel:s3Uri:MonitoringS3Output', monitoringS3Output_s3Uri - A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.

$sel:localPath:MonitoringS3Output', monitoringS3Output_localPath - The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.

monitoringS3Output_s3UploadMode :: Lens' MonitoringS3Output (Maybe ProcessingS3UploadMode) Source #

Whether to upload the results of the monitoring job continuously or after the job completes.

monitoringS3Output_s3Uri :: Lens' MonitoringS3Output Text Source #

A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.

monitoringS3Output_localPath :: Lens' MonitoringS3Output Text Source #

The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.