AI Platform Data Labeling Service V1beta1 API - Class Google::Cloud::DataLabeling::V1beta1::OutputConfig (v0.10.0)

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.

    Note: The following fields are mutually exclusive: gcs_destination, gcs_folder_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.

#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.

    Note: The following fields are mutually exclusive: gcs_destination, gcs_folder_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::DataLabeling::V1beta1::GcsDestination) — Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.

    Note: The following fields are mutually exclusive: gcs_destination, gcs_folder_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.

#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.

    Note: The following fields are mutually exclusive: gcs_folder_destination, gcs_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.

#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.

    Note: The following fields are mutually exclusive: gcs_folder_destination, gcs_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::DataLabeling::V1beta1::GcsFolderDestination) — Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.

    Note: The following fields are mutually exclusive: gcs_folder_destination, gcs_destination. If a field in that set is populated, all other fields in the set will automatically be cleared.