| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input
Description
Documentation
data MonitoringGroundTruthS3Input Source #
The ground truth labels for the dataset used for the monitoring job.
See: newMonitoringGroundTruthS3Input smart constructor.
Constructors
| MonitoringGroundTruthS3Input' | |
Instances
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.