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

Description

 
Synopsis

Documentation

data MonitoringGroundTruthS3Input Source #

The ground truth labels for the dataset used for the monitoring job.

See: newMonitoringGroundTruthS3Input smart constructor.

Constructors

MonitoringGroundTruthS3Input' 

Fields

  • s3Uri :: Maybe Text

    The address of the Amazon S3 location of the ground truth labels.

Instances

Instances details
Eq MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

Read MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

Show MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

Generic MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

Associated Types

type Rep MonitoringGroundTruthS3Input :: Type -> Type #

NFData MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

Hashable MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

ToJSON MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

FromJSON MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

type Rep MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

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

newMonitoringGroundTruthS3Input :: MonitoringGroundTruthS3Input Source #

Create a value of MonitoringGroundTruthS3Input 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:s3Uri:MonitoringGroundTruthS3Input', monitoringGroundTruthS3Input_s3Uri - The address of the Amazon S3 location of the ground truth labels.

monitoringGroundTruthS3Input_s3Uri :: Lens' MonitoringGroundTruthS3Input (Maybe Text) Source #

The address of the Amazon S3 location of the ground truth labels.