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

GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup

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

Features belonging to a single feature group that will be synced to Online Store.

interface GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup {
featureGroupId?: string;
featureIds?: string[];
}

§Properties

§
featureGroupId?: string
[src]

Required. Identifier of the feature group.

§
featureIds?: string[]
[src]

Required. Identifiers of features under the feature group.