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

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}"

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.GoogleCloudDatalabelingV1beta1AnnotationSpecSet{
    annotationSpecs: [
      GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpec.t()
    ],
    blockingResources: [String.t()],
    description: String.t(),
    displayName: String.t(),
    name: String.t()
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.