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

InvokeEndpointAsyncOutput

import type { InvokeEndpointAsyncOutput } from "https://aws-api.deno.dev/v0.4/services/sagemakerruntime.ts?docs=full";
interface InvokeEndpointAsyncOutput {
InferenceId?: string | null;
OutputLocation?: string | null;
}

§Properties

§
InferenceId?: string | null
[src]

Identifier for an inference request. This will be the same as the InferenceId specified in the input. Amazon SageMaker will generate an identifier for you if you do not specify one.

§
OutputLocation?: string | null
[src]

The Amazon S3 URI where the inference response payload is stored.