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

ProjectsLocationsPersistentResourcesCreateOptions

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

Additional options for AIplatform#projectsLocationsPersistentResourcesCreate.

interface ProjectsLocationsPersistentResourcesCreateOptions {
persistentResourceId?: string;
}

§Properties

§
persistentResourceId?: string
[src]

Required. The ID to use for the PersistentResource, which become the final component of the PersistentResource's resource name. The maximum length is 63 characters, and valid characters are /^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/.