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

An AnnotationSpecSet is a collection of label definitions. For example, in image classification tasks, you define a set of possible labels for images as an AnnotationSpecSet. An AnnotationSpecSet is immutable upon creation.

Attributes

  • annotationSpecs (type: list(GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpec.t), default: nil) - Required. The array of AnnotationSpecs that you define when you create the AnnotationSpecSet. These are the possible labels for the labeling task.
  • blockingResources (type: list(String.t), default: nil) - Output only. The names of any related resources that are blocking changes to the annotation spec set.
  • description (type: String.t, default: nil) - Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.
  • displayName (type: String.t, default: nil) - Required. The display name for AnnotationSpecSet that you define when you create it. Maximum of 64 characters.
  • name (type: String.t, default: nil) - Output only. The AnnotationSpecSet resource name in the following format: "projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpecSet{
    annotationSpecs:
      [
        GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpec.t()
      ]
      | nil,
    blockingResources: [String.t()] | nil,
    description: String.t() | nil,
    displayName: String.t() | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.