GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p2alpha1OutputConfig (google_api_data_labeling v0.2.1) View Source

The configuration of output data.

Attributes

  • gcsDestination (type: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p2alpha1GcsDestination.t, default: nil) - Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.
  • gcsFolderDestination (type: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p2alpha1GcsFolderDestination.t, default: nil) - Output to a folder in Cloud Storage. Should be used for image segmentation or document de-identification labeling outputs.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p2alpha1OutputConfig{
    gcsDestination:
      GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p2alpha1GcsDestination.t(),
    gcsFolderDestination:
      GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p2alpha1GcsFolderDestination.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.