Class GoogleCloudDatalabelingV1beta1AnnotationSpecSet
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.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1AnnotationSpecSet : IDirectResponseSchema
Properties
AnnotationSpecs
Required. The array of AnnotationSpecs that you define when you create the AnnotationSpecSet. These are the possible labels for the labeling task.
Declaration
[JsonProperty("annotationSpecs")]
public virtual IList<GoogleCloudDatalabelingV1beta1AnnotationSpec> AnnotationSpecs { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDatalabelingV1beta1AnnotationSpec> |
BlockingResources
Output only. The names of any related resources that are blocking changes to the annotation spec set.
Declaration
[JsonProperty("blockingResources")]
public virtual IList<string> BlockingResources { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Description
Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Required. The display name for AnnotationSpecSet that you define when you create it. Maximum of 64 characters.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The AnnotationSpecSet resource name in the following format: "projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |