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

GoogleCloudAiplatformV1FeatureValue

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

Value for a feature.

interface GoogleCloudAiplatformV1FeatureValue {
boolValue?: boolean;
bytesValue?: Uint8Array;
doubleValue?: number;
int64Value?: bigint;
stringValue?: string;
}

§Properties

§

A list of bool type feature value.

§
boolValue?: boolean
[src]

Bool type feature value.

§
bytesValue?: Uint8Array
[src]

Bytes feature value.

§

A list of double type feature value.

§
doubleValue?: number
[src]

Double type feature value.

§

A list of int64 type feature value.

§
int64Value?: bigint
[src]

Int64 feature value.

§

Metadata of feature value.

§

A list of string type feature value.

§
stringValue?: string
[src]

String feature value.