Class: Google::Cloud::DataLabeling::V1beta1::GcsFolderDestination
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::GcsFolderDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb
Overview
Export folder destination of the data.
Instance Attribute Summary collapse
-
#output_folder_uri ⇒ ::String
Required.
Instance Attribute Details
#output_folder_uri ⇒ ::String
Returns Required. Cloud Storage directory to export data to.
176 177 178 179 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 176 class GcsFolderDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |