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.
Implements
IMessageExportDataRequest, IEquatableExportDataRequest, IDeepCloneableExportDataRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ExportDataRequest()
public ExportDataRequest()
ExportDataRequest(ExportDataRequest)
public ExportDataRequest(ExportDataRequest other)
Parameter | |
---|---|
Name | Description |
other |
ExportDataRequest |
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 | |
---|---|
Type | Description |
string |
AnnotatedDatasetAsAnnotatedDatasetName
public AnnotatedDatasetName AnnotatedDatasetAsAnnotatedDatasetName { get; set; }
AnnotatedDatasetName-typed view over the AnnotatedDataset resource name property.
Property Value | |
---|---|
Type | Description |
AnnotatedDatasetName |
DatasetName
public DatasetName DatasetName { get; set; }
DatasetName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DatasetName |
Filter
public string Filter { get; set; }
Optional. Filter is not supported at this moment.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
Property Value | |
---|---|
Type | Description |
string |
OutputConfig
public OutputConfig OutputConfig { get; set; }
Required. Specify the output destination.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |