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

GoogleCloudDatalabelingV1beta1Dataset

import type { GoogleCloudDatalabelingV1beta1Dataset } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";

Dataset is the resource to hold your data. You can request multiple labeling tasks for a dataset while each one will generate an AnnotatedDataset.

interface GoogleCloudDatalabelingV1beta1Dataset {
blockingResources?: string[];
createTime?: Date;
dataItemCount?: bigint;
description?: string;
displayName?: string;
lastMigrateTime?: Date;
name?: string;
}

§Properties

§
blockingResources?: string[]
[src]

Output only. The names of any related resources that are blocking changes to the dataset.

§
createTime?: Date
[src]

Output only. Time the dataset is created.

§
dataItemCount?: bigint
[src]

Output only. The number of data items in the dataset.

§
description?: string
[src]

Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.

§
displayName?: string
[src]

Required. The display name of the dataset. Maximum of 64 characters.

§

Output only. This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.

§
lastMigrateTime?: Date
[src]

Last time that the Dataset is migrated to AI Platform V2. If any of the AnnotatedDataset is migrated, the last_migration_time in Dataset is also updated.

§
name?: string
[src]

Output only. Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}