DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output constructor

const DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output({
  1. Input<String?>? localPath,
  2. Input<String?>? s3UploadMode,
  3. required Input<String> s3Uri,
})

Creates a new DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output. localPath 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. s3UploadMode Whether to upload the results of the monitoring job continuously or after the job completes. Valid values are Continuous or EndOfJob s3Uri A URI that identifies the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job.

Implementation

const DataQualityJobDefinitionDataQualityJobOutputConfigMonitoringOutputsS3Output({
  this.localPath,
  this.s3UploadMode,
  required this.s3Uri,
});