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

GoogleCloudDatalabelingV1p2alpha1ImportDataOperationMetadata

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

Metadata of an ImportData operation.

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

§Properties

§
createTime?: Date
[src]

Output only. Timestamp when import dataset request was created.

§
dataset?: string
[src]

Output only. The name of imported dataset. "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.