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

ProjectsLocationsQueuedResourcesCreateOptions

import type { ProjectsLocationsQueuedResourcesCreateOptions } from "https://googleapis.deno.dev/v1/tpu:v2.ts";

Additional options for TPU#projectsLocationsQueuedResourcesCreate.

interface ProjectsLocationsQueuedResourcesCreateOptions {
queuedResourceId?: string;
requestId?: string;
}

§Properties

§
queuedResourceId?: string
[src]

Optional. The unqualified resource name. Should follow the ^[A-Za-z0-9_.~+%-]+$ regex format.

§
requestId?: string
[src]

Optional. Idempotent request UUID.