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

AsyncInferenceOutputConfig

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

Specifies the configuration for asynchronous inference invocation outputs.

interface AsyncInferenceOutputConfig {
KmsKeyId?: string | null;
NotificationConfig?: AsyncInferenceNotificationConfig | null;
S3OutputPath: string;
}

§Properties

§
KmsKeyId?: string | null
[src]

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the asynchronous inference output in Amazon S3.

§
NotificationConfig?: AsyncInferenceNotificationConfig | null
[src]

Specifies the configuration for notifications of inference results for asynchronous inference.

§
S3OutputPath: string
[src]

The Amazon S3 location to upload inference responses to.