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

Path to the filesystem where the batch transform data is available to the container. Defaults to /opt/ml/processing/input.

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

The Amazon S3 URI for the constraints resource.