class Aws::SageMaker::Types::MonitoringS3Output
Information about where and how you want to store the results of a monitoring job.
@note When making an API call, you may pass MonitoringS3Output
data as a hash: { s3_uri: "MonitoringS3Uri", # required local_path: "ProcessingLocalPath", # required s3_upload_mode: "Continuous", # accepts Continuous, EndOfJob }
@!attribute [rw] s3_uri
A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. @return [String]
@!attribute [rw] local_path
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. @return [String]
@!attribute [rw] s3_upload_mode
Whether to upload the results of the monitoring job continuously or after the job completes. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringS3Output AWS API Documentation
Constants
- SENSITIVE