aws-cdk-lib.aws_sagemaker.CfnMonitoringSchedule.S3OutputProperty

interface S3OutputProperty

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

Information about where and how you want to store the results of 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 s3OutputProperty: sagemaker.CfnMonitoringSchedule.S3OutputProperty = {
  localPath: 'localPath',
  s3Uri: 's3Uri',

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

Properties

NameTypeDescription
localPathstringThe local path to the S3 storage location where SageMaker saves the results of a monitoring job.
s3UristringA URI that identifies the S3 storage location where SageMaker saves the results of a monitoring job.
s3UploadMode?stringWhether to upload the results of the monitoring job continuously or after the job completes.

localPath

Type: string

The local path to the S3 storage location where SageMaker saves the results of a monitoring job.

LocalPath is an absolute path for the output data.


s3Uri

Type: string

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


s3UploadMode?

Type: string (optional)

Whether to upload the results of the monitoring job continuously or after the job completes.