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

InferenceOutputConfiguration

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

Specifies configuration information for the output results from for the inference, including KMS key ID and output S3 location.

interface InferenceOutputConfiguration {
KmsKeyId?: string | null;
S3OutputConfiguration: InferenceS3OutputConfiguration;
}

§Properties

§
KmsKeyId?: string | null
[src]

The ID number for the AWS KMS key used to encrypt the inference output.

§

Specifies configuration information for the output results from for the inference, output S3 location.