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

ProcessingOutputConfig

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

Configuration for uploading output from the processing container.

interface ProcessingOutputConfig {
KmsKeyId?: string | null;
Outputs: ProcessingOutput[];
}

§Properties

§
KmsKeyId?: string | null
[src]

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.

§

An array of outputs configuring the data to upload from the processing container.