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

UpdateEndpointWeightsAndCapacitiesInput

import type { UpdateEndpointWeightsAndCapacitiesInput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface UpdateEndpointWeightsAndCapacitiesInput {
DesiredWeightsAndCapacities: DesiredWeightAndCapacity[];
EndpointName: string;
}

§Properties

§
DesiredWeightsAndCapacities: DesiredWeightAndCapacity[]
[src]

An object that provides new capacity and weight values for a variant.

§
EndpointName: string
[src]

The name of an existing SageMaker endpoint.