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

ProjectsLocationsFeaturestoresCreateOptions

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

Additional options for AIplatform#projectsLocationsFeaturestoresCreate.

interface ProjectsLocationsFeaturestoresCreateOptions {
featurestoreId?: string;
}

§Properties

§
featurestoreId?: string
[src]

Required. The ID to use for this Featurestore, which will become the final component of the Featurestore's resource name. This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number. The value must be unique within the project and location.