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

ProjectsLocationsFeatureGroupsCreateOptions

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

Additional options for AIplatform#projectsLocationsFeatureGroupsCreate.

interface ProjectsLocationsFeatureGroupsCreateOptions {
featureGroupId?: string;
}

§Properties

§
featureGroupId?: string
[src]

Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup'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.