aws-cdk-lib.aws_sagemaker.CfnDataQualityJobDefinition.MonitoringOutputProperty

interface MonitoringOutputProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnDataQualityJobDefinition.MonitoringOutputProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnDataQualityJobDefinition_MonitoringOutputProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition.MonitoringOutputProperty
Pythonaws_cdk.aws_sagemaker.CfnDataQualityJobDefinition.MonitoringOutputProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnDataQualityJobDefinition » MonitoringOutputProperty

The output object for a monitoring job.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const monitoringOutputProperty: sagemaker.CfnDataQualityJobDefinition.MonitoringOutputProperty = {
  s3Output: {
    localPath: 'localPath',
    s3Uri: 's3Uri',

    // the properties below are optional
    s3UploadMode: 's3UploadMode',
  },
};

Properties

NameTypeDescription
s3OutputIResolvable | S3OutputPropertyThe Amazon S3 storage location where the results of a monitoring job are saved.

s3Output

Type: IResolvable | S3OutputProperty

The Amazon S3 storage location where the results of a monitoring job are saved.