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

VariantProperty

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

Specifies a production variant property type for an Endpoint.

If you are updating an endpoint with the "UpdateEndpointInput$RetainAllVariantProperties" option set to true, the VariantProperty objects listed in "UpdateEndpointInput$ExcludeRetainedVariantProperties" override the existing variant properties of the endpoint.

interface VariantProperty {
VariantPropertyType: VariantPropertyType;
}

§Properties

§
VariantPropertyType: VariantPropertyType
[src]

The type of variant property. The supported values are:

  • DesiredInstanceCount: Overrides the existing variant instance counts using the "ProductionVariant$InitialInstanceCount" values in the "CreateEndpointConfigInput$ProductionVariants".
  • DesiredWeight: Overrides the existing variant weights using the "ProductionVariant$InitialVariantWeight" values in the "CreateEndpointConfigInput$ProductionVariants".
  • DataCaptureConfig: (Not currently supported.)