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

ModelVariantConfigSummary

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

Summary of the deployment configuration of a model.

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

§Properties

§
InfrastructureConfig: ModelInfrastructureConfig
[src]

The configuration of the infrastructure that the model has been deployed to.

§
ModelName: string
[src]

The name of the Amazon SageMaker Model entity.

§

The status of deployment for the model variant on the hosted inference endpoint.

  • Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint.
  • InService - The model variant is running on the hosted inference endpoint.
  • Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint.
  • Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint.
  • Deleted - The model variant has been deleted on the hosted inference endpoint. This can only happen after stopping the experiment.
§
VariantName: string
[src]

The name of the variant.