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

InstanceConfig

import type { InstanceConfig } from "https://googleapis.deno.dev/v1/contactcenteraiplatform:v1alpha1.ts";

Message storing the instance configuration.

interface InstanceConfig {
instanceSize?:
| "INSTANCE_SIZE_UNSPECIFIED"
| "STANDARD_SMALL"
| "STANDARD_MEDIUM"
| "STANDARD_LARGE"
| "STANDARD_XLARGE"
| "STANDARD_2XLARGE"
| "STANDARD_3XLARGE"
| "DEV_XSMALL";
}

§Properties

§
instanceSize?: "INSTANCE_SIZE_UNSPECIFIED" | "STANDARD_SMALL" | "STANDARD_MEDIUM" | "STANDARD_LARGE" | "STANDARD_XLARGE" | "STANDARD_2XLARGE" | "STANDARD_3XLARGE" | "DEV_XSMALL"
[src]

The instance size of this the instance configuration.