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

GoogleCloudDatalabelingV1p2alpha1ImportDataOperationResponse

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

Response used for ImportData longrunning operation.

interface GoogleCloudDatalabelingV1p2alpha1ImportDataOperationResponse {
dataset?: string;
importCount?: number;
totalCount?: number;
}

§Properties

§
dataset?: string
[src]

Ouptut only. The name of imported dataset.

§
importCount?: number
[src]

Output only. Number of examples imported successfully.

§
totalCount?: number
[src]

Output only. Total number of examples requested to import