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"]],[["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."],[[["`CreateAnnotationSpecSetRequest` is a request message used for creating an annotation specification set within the Google Cloud Data Labeling API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["The `CreateAnnotationSpecSetRequest` class contains two constructors, one default and one that accepts another `CreateAnnotationSpecSetRequest` object for cloning."],["The class requires an `AnnotationSpecSet` to be provided, and only one annotation spec will be accepted for annotation specs with the same display name."],["It also mandates a `Parent` property, formatted as \"projects/{project_id}\", identifying the project under which the annotation spec set will be created, and is also available as a `ProjectName` type."]]],[]]