| 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.MonitoringS3Output
Description
Synopsis
- data MonitoringS3Output = MonitoringS3Output' {}
- newMonitoringS3Output :: Text -> Text -> MonitoringS3Output
- monitoringS3Output_s3UploadMode :: Lens' MonitoringS3Output (Maybe ProcessingS3UploadMode)
- monitoringS3Output_s3Uri :: Lens' MonitoringS3Output Text
- monitoringS3Output_localPath :: Lens' MonitoringS3Output Text
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
| |
Instances
newMonitoringS3Output Source #
Arguments
| :: Text | |
| -> Text | |
| -> MonitoringS3Output |
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.