Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class AnnotationSpecSet.
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.
Generated from protobuf messagegoogle.cloud.datalabeling.v1beta1.AnnotationSpecSet
Namespace
Google \ Cloud \ DataLabeling \ V1beta1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The AnnotationSpecSet resource name in the following format: "projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}"
↳ display_name
string
Required. The display name for AnnotationSpecSet that you define when you create it. Maximum of 64 characters.
↳ description
string
Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Datalabeling V1beta1 Client - Class AnnotationSpecSet (0.6.3)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.3 (latest)](/php/docs/reference/cloud-datalabeling/latest/V1beta1.AnnotationSpecSet)\n- [0.6.2](/php/docs/reference/cloud-datalabeling/0.6.2/V1beta1.AnnotationSpecSet)\n- [0.5.7](/php/docs/reference/cloud-datalabeling/0.5.7/V1beta1.AnnotationSpecSet)\n- [0.4.2](/php/docs/reference/cloud-datalabeling/0.4.2/V1beta1.AnnotationSpecSet)\n- [0.3.1](/php/docs/reference/cloud-datalabeling/0.3.1/V1beta1.AnnotationSpecSet)\n- [0.2.0](/php/docs/reference/cloud-datalabeling/0.2.0/V1beta1.AnnotationSpecSet)\n- [0.1.14](/php/docs/reference/cloud-datalabeling/0.1.14/V1beta1.AnnotationSpecSet) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class AnnotationSpecSet.\n\nAn AnnotationSpecSet is a collection of label definitions. For example, in\nimage classification tasks, you define a set of possible labels for images as\nan AnnotationSpecSet. An AnnotationSpecSet is immutable upon creation.\n\nGenerated from protobuf message `google.cloud.datalabeling.v1beta1.AnnotationSpecSet`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataLabeling \\\\ V1beta1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nOutput only. The AnnotationSpecSet resource name in the following format:\n\"projects/\u003cvar translate=\"no\"\u003e{project_id}\u003c/var\u003e/annotationSpecSets/\u003cvar translate=\"no\"\u003e{annotation_spec_set_id}\u003c/var\u003e\"\n\n### setName\n\nOutput only. The AnnotationSpecSet resource name in the following format:\n\"projects/\u003cvar translate=\"no\"\u003e{project_id}\u003c/var\u003e/annotationSpecSets/\u003cvar translate=\"no\"\u003e{annotation_spec_set_id}\u003c/var\u003e\"\n\n### getDisplayName\n\nRequired. The display name for AnnotationSpecSet that you define when you\ncreate it. Maximum of 64 characters.\n\n### setDisplayName\n\nRequired. The display name for AnnotationSpecSet that you define when you\ncreate it. Maximum of 64 characters.\n\n### getDescription\n\nOptional. User-provided description of the annotation specification set.\n\nThe description can be up to 10,000 characters long.\n\n### setDescription\n\nOptional. User-provided description of the annotation specification set.\n\nThe description can be up to 10,000 characters long.\n\n### getAnnotationSpecs\n\nRequired. The array of AnnotationSpecs that you define when you create the\nAnnotationSpecSet. These are the possible labels for the labeling task.\n\n### setAnnotationSpecs\n\nRequired. The array of AnnotationSpecs that you define when you create the\nAnnotationSpecSet. These are the possible labels for the labeling task.\n\n### getBlockingResources\n\nOutput only. The names of any related resources that are blocking changes\nto the annotation spec set.\n\n### setBlockingResources\n\nOutput only. The names of any related resources that are blocking changes\nto the annotation spec set."]]