Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::OutputConfig.
The configuration of output data.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_destination
def gcs_destination() -> ::Google::Cloud::DataLabeling::V1beta1::GcsDestination
Returns
- (::Google::Cloud::DataLabeling::V1beta1::GcsDestination) — Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.
#gcs_destination=
def gcs_destination=(value) -> ::Google::Cloud::DataLabeling::V1beta1::GcsDestination
Parameter
- value (::Google::Cloud::DataLabeling::V1beta1::GcsDestination) — Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.
Returns
- (::Google::Cloud::DataLabeling::V1beta1::GcsDestination) — Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.
#gcs_folder_destination
def gcs_folder_destination() -> ::Google::Cloud::DataLabeling::V1beta1::GcsFolderDestination
Returns
- (::Google::Cloud::DataLabeling::V1beta1::GcsFolderDestination) — Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.
#gcs_folder_destination=
def gcs_folder_destination=(value) -> ::Google::Cloud::DataLabeling::V1beta1::GcsFolderDestination
Parameter
- value (::Google::Cloud::DataLabeling::V1beta1::GcsFolderDestination) — Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.
Returns
- (::Google::Cloud::DataLabeling::V1beta1::GcsFolderDestination) — Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.