Show / Hide Table of Contents

Class GoogleCloudDatalabelingV1alpha1GcsDestination

Export destination of the data.Only gcs path is allowed in output_uri.

Inheritance
object
GoogleCloudDatalabelingV1alpha1GcsDestination
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1alpha1GcsDestination : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX