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

Description

 
Synopsis

Documentation

data MonitoringOutput Source #

The output object for a monitoring job.

See: newMonitoringOutput smart constructor.

Constructors

MonitoringOutput' 

Fields

Instances

Instances details
Eq MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

Read MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

Show MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

Generic MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

Associated Types

type Rep MonitoringOutput :: Type -> Type #

NFData MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

Methods

rnf :: MonitoringOutput -> () #

Hashable MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

ToJSON MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

FromJSON MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

type Rep MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

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

newMonitoringOutput Source #

Create a value of MonitoringOutput 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:s3Output:MonitoringOutput', monitoringOutput_s3Output - The Amazon S3 storage location where the results of a monitoring job are saved.

monitoringOutput_s3Output :: Lens' MonitoringOutput MonitoringS3Output Source #

The Amazon S3 storage location where the results of a monitoring job are saved.