Data Labeling v1beta1 API - Class ExportDataRequest (2.0.0-beta03)

public sealed class ExportDataRequest : IMessage<ExportDataRequest>, IEquatable<ExportDataRequest>, IDeepCloneable<ExportDataRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Labeling v1beta1 API class ExportDataRequest.

Request message for ExportData API.

Inheritance

object > ExportDataRequest

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ExportDataRequest()

public ExportDataRequest()

ExportDataRequest(ExportDataRequest)

public ExportDataRequest(ExportDataRequest other)
Parameter
NameDescription
otherExportDataRequest

Properties

AnnotatedDataset

public string AnnotatedDataset { get; set; }

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}

Property Value
TypeDescription
string

AnnotatedDatasetAsAnnotatedDatasetName

public AnnotatedDatasetName AnnotatedDatasetAsAnnotatedDatasetName { get; set; }

AnnotatedDatasetName-typed view over the AnnotatedDataset resource name property.

Property Value
TypeDescription
AnnotatedDatasetName

DatasetName

public DatasetName DatasetName { get; set; }

DatasetName-typed view over the Name resource name property.

Property Value
TypeDescription
DatasetName

Filter

public string Filter { get; set; }

Optional. Filter is not supported at this moment.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}

Property Value
TypeDescription
string

OutputConfig

public OutputConfig OutputConfig { get; set; }

Required. Specify the output destination.

Property Value
TypeDescription
OutputConfig

UserEmailAddress

public string UserEmailAddress { get; set; }

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

Property Value
TypeDescription
string