DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output

data class DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output(val localPath: String? = null, val s3UploadMode: String? = null, val s3Uri: String)

Constructors

constructor(localPath: String? = null, s3UploadMode: String? = null, s3Uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val localPath: String? = null

The local path to the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job. LocalPath is an absolute path for the output data. Defaults to /opt/ml/processing/output.

Link copied to clipboard
val s3UploadMode: String? = null

Whether to upload the results of the monitoring job continuously or after the job completes. Valid values are Continuous or EndOfJob

Link copied to clipboard

A URI that identifies the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job.