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

GoogleCloudDatalabelingV1p2alpha1ExportDataOperationResponse

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

Response used for ExportDataset longrunning operation.

interface GoogleCloudDatalabelingV1p2alpha1ExportDataOperationResponse {
annotatedDataset?: string;
dataset?: string;
exportCount?: number;
totalCount?: number;
}

§Properties

§
annotatedDataset?: string
[src]

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

§
dataset?: string
[src]

Ouptut only. The name of dataset. "projects//datasets/"

§
exportCount?: number
[src]

Output only. Number of examples exported successfully.

§

Output only. Statistic infos of labels in the exported dataset.

§

Output only. output_config in the ExportData request.

§
totalCount?: number
[src]

Output only. Total number of examples requested to export