DataQualityJobDefinitionS3Output

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

Information about where and how to store the results of a monitoring job.

Constructors

Link copied to clipboard
constructor(localPath: String, s3UploadMode: DataQualityJobDefinitionS3OutputS3UploadMode? = null, s3Uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Whether to upload the results of the monitoring job continuously or after the job completes.

Link copied to clipboard

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