Class GoogleCloudDatalabelingV1beta1ExportDataRequest
Request message for ExportData API.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1ExportDataRequest : IDirectResponseSchema
Properties
AnnotatedDataset
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}
Declaration
[JsonProperty("annotatedDataset")]
public virtual string AnnotatedDataset { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
Optional. Filter is not supported at this moment.
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
OutputConfig
Required. Specify the output destination.
Declaration
[JsonProperty("outputConfig")]
public virtual GoogleCloudDatalabelingV1beta1OutputConfig OutputConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1OutputConfig |
UserEmailAddress
Email of the user who started the export task and should be notified by email. If empty no notification will be sent.
Declaration
[JsonProperty("userEmailAddress")]
public virtual string UserEmailAddress { get; set; }
Property Value
Type | Description |
---|---|
string |