| 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.MonitoringOutput
Description
Documentation
data MonitoringOutput Source #
The output object for a monitoring job.
See: newMonitoringOutput smart constructor.
Constructors
| MonitoringOutput' | |
Fields 
  | |
Instances
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.