Class GoogleCloudDatalabelingV1p1alpha1GcsDestination
Export destination of the data.Only gcs path is allowed in output_uri.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1p1alpha1GcsDestination : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MimeType
Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |
OutputUri
Required. The output uri of destination file.
Declaration
[JsonProperty("outputUri")]
public virtual string OutputUri { get; set; }
Property Value
Type | Description |
---|---|
string |