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

GoogleCloudDatalabelingV1beta1ExportDataRequest

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

Request message for ExportData API.

interface GoogleCloudDatalabelingV1beta1ExportDataRequest {
annotatedDataset?: string;
filter?: string;
userEmailAddress?: string;
}

§Properties

§
annotatedDataset?: string
[src]

Required. Annotated dataset resource name. DataItem in Dataset and their annotations in specified annotated dataset will be exported. It's in format of projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}

§
filter?: string
[src]

Optional. Filter is not supported at this moment.

§

Required. Specify the output destination.

§
userEmailAddress?: string
[src]

Email of the user who started the export task and should be notified by email. If empty no notification will be sent.