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

GoogleCloudAiplatformV1DatasetVersion

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

Describes the dataset version.

interface GoogleCloudAiplatformV1DatasetVersion {
readonly bigQueryDatasetName?: string;
readonly createTime?: Date;
displayName?: string;
etag?: string;
readonly metadata?: any;
readonly modelReference?: string;
readonly name?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly bigQueryDatasetName?: string
[src]

Output only. Name of the associated BigQuery dataset.

§
readonly createTime?: Date
[src]

Output only. Timestamp when this DatasetVersion was created.

§
displayName?: string
[src]

The user-defined name of the DatasetVersion. The name can be up to 128 characters long and can consist of any UTF-8 characters.

§
etag?: string
[src]

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

§
readonly metadata?: any
[src]

Required. Output only. Additional information about the DatasetVersion.

§
readonly modelReference?: string
[src]

Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.

§
readonly name?: string
[src]

Output only. The resource name of the DatasetVersion.

§
readonly updateTime?: Date
[src]

Output only. Timestamp when this DatasetVersion was last updated.