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

GoogleCloudAiplatformV1FeatureOnlineStore

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

Vertex AI Feature Online Store provides a centralized repository for serving ML features and embedding indexes at low latency. The Feature Online Store is a top-level container.

interface GoogleCloudAiplatformV1FeatureOnlineStore {
readonly createTime?: Date;
etag?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
readonly state?: "STATE_UNSPECIFIED" | "STABLE" | "UPDATING";
readonly updateTime?: Date;
}

§Properties

§

Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.

§
readonly createTime?: Date
[src]

Output only. Timestamp when this FeatureOnlineStore was created.

§

Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.

§
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 FeatureOnlineStore. 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 FeatureOnlineStore(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.

§
name?: string
[src]

Identifier. Name of the FeatureOnlineStore. Format: projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}

§

Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.

§
readonly state?: "STATE_UNSPECIFIED" | "STABLE" | "UPDATING"
[src]

Output only. State of the featureOnlineStore.

§
readonly updateTime?: Date
[src]

Output only. Timestamp when this FeatureOnlineStore was last updated.