public sealed class ExportDataRequest : IMessage<ExportDataRequest>, IEquatable<ExportDataRequest>, IDeepCloneable<ExportDataRequest>, IBufferMessage, IMessage
Request message for ExportData API.
Implements
IMessage<ExportDataRequest>, IEquatable<ExportDataRequest>, IDeepCloneable<ExportDataRequest>, 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 |