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

MonitoringOutputConfig

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

The output configuration for monitoring jobs.

interface MonitoringOutputConfig {
KmsKeyId?: string | null;
MonitoringOutputs: MonitoringOutput[];
}

§Properties

§
KmsKeyId?: string | null
[src]

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.

§
MonitoringOutputs: MonitoringOutput[]
[src]

Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.