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

ProductionVariantStatus

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

Describes the status of the production variant.

interface ProductionVariantStatus {
StartTime?: Date | number | null;
Status: VariantStatus;
StatusMessage?: string | null;
}

§Properties

§
StartTime?: Date | number | null
[src]

The start time of the current status change.

§

The endpoint variant status which describes the current deployment stage status or operational status.

  • Creating: Creating inference resources for the production variant.
  • Deleting: Terminating inference resources for the production variant.
  • Updating: Updating capacity for the production variant.
  • ActivatingTraffic: Turning on traffic for the production variant.
  • Baking: Waiting period to monitor the CloudWatch alarms in the automatic rollback configuration.
§
StatusMessage?: string | null
[src]

A message that describes the status of the production variant.