AI Platform Data Labeling Service V1beta1 API - Class Google::Cloud::DataLabeling::V1beta1::GcsDestination (v0.8.0)

Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::GcsDestination.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#mime_type

def mime_type() -> ::String
Returns
  • (::String) — Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.

#mime_type=

def mime_type=(value) -> ::String
Parameter
  • value (::String) — Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.
Returns
  • (::String) — Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.

#output_uri

def output_uri() -> ::String
Returns
  • (::String) — Required. The output uri of destination file.

#output_uri=

def output_uri=(value) -> ::String
Parameter
  • value (::String) — Required. The output uri of destination file.
Returns
  • (::String) — Required. The output uri of destination file.