DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3OutputArgs

data class DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3OutputArgs(val localPath: Output<String>? = null, val s3UploadMode: Output<String>? = null, val s3Uri: Output<String>) : ConvertibleToJava<DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3OutputArgs>

Constructors

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

Properties

Link copied to clipboard
val localPath: Output<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: Output<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
val s3Uri: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3OutputArgs