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

ProductionVariant

import type { ProductionVariant } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface ProductionVariant {
AcceleratorType?: ProductionVariantAcceleratorType | null;
CoreDumpConfig?: ProductionVariantCoreDumpConfig | null;
InitialInstanceCount: number;
InitialVariantWeight?: number | null;
ModelName: string;
VariantName: string;
}

§Properties

§
InitialInstanceCount: number
[src]
§
InitialVariantWeight?: number | null
[src]
§
ModelName: string
[src]
§
VariantName: string
[src]