ProjectsLocationsPersistentResourcesCreateOptions
import type { ProjectsLocationsPersistentResourcesCreateOptions } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";Additional options for aiPlatform#projectsLocationsPersistentResourcesCreate.
interface ProjectsLocationsPersistentResourcesCreateOptions {
persistentResourceId?: string;
}