Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MonitoringS3Output

import type { MonitoringS3Output } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Information about where and how you want to store the results of a monitoring job.

interface MonitoringS3Output {
LocalPath: string;
S3UploadMode?: ProcessingS3UploadMode | null;
S3Uri: string;
}

§Properties

§
LocalPath: string
[src]

The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.

§
S3UploadMode?: ProcessingS3UploadMode | null
[src]

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

§
S3Uri: string
[src]

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