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

GoogleCloudAiplatformV1FeatureGroup

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

Vertex AI Feature Group.

interface GoogleCloudAiplatformV1FeatureGroup {
readonly createTime?: Date;
description?: string;
etag?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
readonly updateTime?: Date;
}

§Properties

§

Indicates that features for this group come from BigQuery Table/View. By default treats the source as a sparse time series source. The BigQuery source table or view must have at least one entity ID column and a column named feature_timestamp.

§
readonly createTime?: Date
[src]

Output only. Timestamp when this FeatureGroup was created.

§
description?: string
[src]

Optional. Description of the FeatureGroup.

§
etag?: string
[src]

Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

§
labels?: {
[key: string]: string;
}
[src]

Optional. The labels with user-defined metadata to organize your FeatureGroup. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one FeatureGroup(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.

§
name?: string
[src]

Identifier. Name of the FeatureGroup. Format: projects/{project}/locations/{location}/featureGroups/{featureGroup}

§
readonly updateTime?: Date
[src]

Output only. Timestamp when this FeatureGroup was last updated.