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

AsyncInferenceConfig

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

Specifies configuration for how an endpoint performs asynchronous inference.

interface AsyncInferenceConfig {
ClientConfig?: AsyncInferenceClientConfig | null;
}

§Properties

§
ClientConfig?: AsyncInferenceClientConfig | null
[src]

Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.

§

Specifies the configuration for asynchronous inference invocation outputs.