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

CapacitySize

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

Specifies the endpoint capacity to activate for production.

interface CapacitySize {
Value: number;
}

§Properties

§

Specifies the endpoint capacity type.

  • INSTANCE_COUNT: The endpoint activates based on the number of instances.
  • CAPACITY_PERCENT: The endpoint activates based on the specified percentage of capacity.
§
Value: number
[src]

Defines the capacity size, either as a number of instances or a capacity percentage.