public sealed class CreateAnnotationSpecSetRequest : IMessage<CreateAnnotationSpecSetRequest>, IEquatable<CreateAnnotationSpecSetRequest>, IDeepCloneable<CreateAnnotationSpecSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class CreateAnnotationSpecSetRequest.
public AnnotationSpecSet AnnotationSpecSet { get; set; }
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.
[[["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-03-21 UTC."],[[["The `CreateAnnotationSpecSetRequest` class is used to create a request for creating an annotation spec set in the Data Labeling v1beta1 API, and it's the message type for the `CreateAnnotationSpecSet` method."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various capabilities like message handling, equality checking, deep cloning, and buffer management."],["The class contains properties for `AnnotationSpecSet`, which represents the annotation spec set to be created, `Parent`, which specifies the resource parent in the format of projects/{project_id}, and `ParentAsProjectName` which provides a ProjectName-typed view over the Parent resource name."],["There are two constructors available: one default constructor, and another that takes an existing `CreateAnnotationSpecSetRequest` object to create a copy of it."],["The latest version of this class is 2.0.0-beta05, but there are prior versions including 2.0.0-beta04, and 1.0.0-beta03."]]],[]]