interface MonitoringOutputProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnDataQualityJobDefinition.MonitoringOutputProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnDataQualityJobDefinition_MonitoringOutputProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition.MonitoringOutputProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
s3 | IResolvable | S3 | The Amazon S3 storage location where the results of a monitoring job are saved. |
s3Output
Type:
IResolvable
|
S3
The Amazon S3 storage location where the results of a monitoring job are saved.