public sealed class CreateAnnotationSpecSetRequest : IMessage<CreateAnnotationSpecSetRequest>, IEquatable<CreateAnnotationSpecSetRequest>, IDeepCloneable<CreateAnnotationSpecSetRequest>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eCreateAnnotationSpecSetRequest\u003c/code\u003e is a request message used for creating an annotation specification set within the Google Cloud Data Labeling API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and data manipulation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateAnnotationSpecSetRequest\u003c/code\u003e class contains two constructors, one default and one that accepts another \u003ccode\u003eCreateAnnotationSpecSetRequest\u003c/code\u003e object for cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe class requires an \u003ccode\u003eAnnotationSpecSet\u003c/code\u003e to be provided, and only one annotation spec will be accepted for annotation specs with the same display name.\u003c/p\u003e\n"],["\u003cp\u003eIt also mandates a \u003ccode\u003eParent\u003c/code\u003e property, formatted as "projects/{project_id}", identifying the project under which the annotation spec set will be created, and is also available as a \u003ccode\u003eProjectName\u003c/code\u003e type.\u003c/p\u003e\n"]]],[],null,[]]