Class: Google::Cloud::DataLabeling::V1beta1::GcsDestination

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#mime_type::String

Returns 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.



167
168
169
170
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 167

class GcsDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#output_uri::String

Returns Required. The output uri of destination file.

Returns:

  • (::String)

    Required. The output uri of destination file.



167
168
169
170
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 167

class GcsDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end