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

GoogleCloudAiplatformV1FetchFeatureValuesRequest

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

Request message for FeatureOnlineStoreService.FetchFeatureValues. All the features under the requested feature view will be returned.

interface GoogleCloudAiplatformV1FetchFeatureValuesRequest {
dataFormat?: "FEATURE_VIEW_DATA_FORMAT_UNSPECIFIED" | "KEY_VALUE" | "PROTO_STRUCT";
}

§Properties

§
dataFormat?: "FEATURE_VIEW_DATA_FORMAT_UNSPECIFIED" | "KEY_VALUE" | "PROTO_STRUCT"
[src]

Optional. Response data format. If not set, FeatureViewDataFormat.KEY_VALUE will be used.

§

Optional. The request key to fetch feature values for.