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

GoogleCloudDatalabelingV1alpha1ExportDataOperationMetadata

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

Metadata of an ExportData operation.

interface GoogleCloudDatalabelingV1alpha1ExportDataOperationMetadata {
annotatedDataset?: string;
createTime?: Date;
dataset?: string;
partialFailures?: GoogleRpcStatus[];
}

§Properties

§
annotatedDataset?: string
[src]

Output only. The name of annotated dataset in format "projects//datasets//annotatedDatasets/*".

§
createTime?: Date
[src]

Output only. Timestamp when export dataset request was created.

§
dataset?: string
[src]

Output only. The name of dataset to be exported. "projects//datasets/"

§
partialFailures?: GoogleRpcStatus[]
[src]

Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.