Class: Google::Cloud::DataLabeling::V1beta1::OutputConfig

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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