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

GoogleCloudAiplatformV1NotebookReservationAffinity

import type { GoogleCloudAiplatformV1NotebookReservationAffinity } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Notebook Reservation Affinity for consuming Zonal reservation.

interface GoogleCloudAiplatformV1NotebookReservationAffinity {
consumeReservationType?:
| "RESERVATION_AFFINITY_TYPE_UNSPECIFIED"
| "RESERVATION_NONE"
| "RESERVATION_ANY"
| "RESERVATION_SPECIFIC";
key?: string;
values?: string[];
}

§Properties

§
consumeReservationType?: "RESERVATION_AFFINITY_TYPE_UNSPECIFIED" | "RESERVATION_NONE" | "RESERVATION_ANY" | "RESERVATION_SPECIFIC"
[src]

Required. Specifies the type of reservation from which this instance can consume resources: RESERVATION_ANY (default), RESERVATION_SPECIFIC, or RESERVATION_NONE. See Consuming reserved instances for examples.

§
key?: string
[src]

Optional. Corresponds to the label key of a reservation resource. To target a RESERVATION_SPECIFIC by name, use compute.googleapis.com/reservation-name as the key and specify the name of your reservation as its value.

§
values?: string[]
[src]

Optional. Corresponds to the label values of a reservation resource. This must be the full path name of Reservation.