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

GoogleCloudAiplatformV1CreateFeatureRequest

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

Request message for FeaturestoreService.CreateFeature. Request message for FeatureRegistryService.CreateFeature.

interface GoogleCloudAiplatformV1CreateFeatureRequest {
featureId?: string;
parent?: string;
}

§Properties

§

Required. The Feature to create.

§
featureId?: string
[src]

Required. The ID to use for the Feature, which will become the final component of the Feature's resource name. This value may be up to 128 characters, and valid characters are [a-z0-9_]. The first character cannot be a number. The value must be unique within an EntityType/FeatureGroup.

§
parent?: string
[src]

Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}