Class: Google::Cloud::DataLabeling::V1beta1::OutputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::OutputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb
Overview
The configuration of output data.
Instance Attribute Summary collapse
-
#gcs_destination ⇒ ::Google::Cloud::DataLabeling::V1beta1::GcsDestination
Output to a file in Cloud Storage.
-
#gcs_folder_destination ⇒ ::Google::Cloud::DataLabeling::V1beta1::GcsFolderDestination
Output to a folder in Cloud Storage.
Instance Attribute Details
#gcs_destination ⇒ ::Google::Cloud::DataLabeling::V1beta1::GcsDestination
Returns Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.
152 153 154 155 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 152 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_folder_destination ⇒ ::Google::Cloud::DataLabeling::V1beta1::GcsFolderDestination
Returns Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.
152 153 154 155 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 152 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |