interface MonitoringOutputProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnModelBiasJobDefinition.MonitoringOutputProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition.MonitoringOutputProperty |
Python | aws_cdk.aws_sagemaker.CfnModelBiasJobDefinition.MonitoringOutputProperty |
TypeScript | @aws-cdk/aws-sagemaker » CfnModelBiasJobDefinition » 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 * as sagemaker from '@aws-cdk/aws-sagemaker';
const monitoringOutputProperty: sagemaker.CfnModelBiasJobDefinition.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.