Class: Google::Cloud::DataLabeling::V1beta1::GcsDestination
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::GcsDestination
- 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
-
#mime_type ⇒ ::String
Required.
-
#output_uri ⇒ ::String
Required.
Instance Attribute Details
#mime_type ⇒ ::String
Returns 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.
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 |