View Source GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig (google_api_data_labeling v0.3.1)

Annotation spec set with the setting of allowing multi labels or not.

Attributes

  • allowMultiLabel (type: boolean(), default: nil) - Optional. If allow_multi_label is true, contributors are able to choose multiple labels from one annotation spec set.
  • annotationSpecSet (type: String.t, default: nil) - Required. Annotation spec set resource name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig{
    allowMultiLabel: boolean() | nil,
    annotationSpecSet: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.