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

ModelVariantConfig

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

Contains information about the deployment options of a model.

interface ModelVariantConfig {
InfrastructureConfig: ModelInfrastructureConfig;
ModelName: string;
VariantName: string;
}

§Properties

§
InfrastructureConfig: ModelInfrastructureConfig
[src]

The configuration for the infrastructure that the model will be deployed to.

§
ModelName: string
[src]

The name of the Amazon SageMaker Model entity.

§
VariantName: string
[src]

The name of the variant.