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

RealTimeInferenceConfig

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

The infrastructure configuration for deploying the model to a real-time inference endpoint.

interface RealTimeInferenceConfig {
InstanceCount: number;
InstanceType: InstanceType;
}

§Properties

§
InstanceCount: number
[src]

The number of instances of the type specified by InstanceType.

§
InstanceType: InstanceType
[src]

The instance type the model is deployed to.