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

ProductionVariantServerlessConfig

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

Specifies the serverless configuration for an endpoint variant.

interface ProductionVariantServerlessConfig {
MaxConcurrency: number;
MemorySizeInMB: number;
}

§Properties

§
MaxConcurrency: number
[src]

The maximum number of concurrent invocations your serverless endpoint can process.

§
MemorySizeInMB: number
[src]

The memory size of your serverless endpoint. Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.