Class GoogleCloudDatalabelingV1beta1CreateAnnotationSpecSetRequest
Request message for CreateAnnotationSpecSet.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1CreateAnnotationSpecSetRequest : IDirectResponseSchema
Properties
AnnotationSpecSet
Required. Annotation spec set to create. Annotation specs must be included. Only one annotation spec will be accepted for annotation specs with same display_name.
Declaration
[JsonProperty("annotationSpecSet")]
public virtual GoogleCloudDatalabelingV1beta1AnnotationSpecSet AnnotationSpecSet { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1AnnotationSpecSet |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |