public sealed class CreateAnnotationSpecSetRequest : IMessage<CreateAnnotationSpecSetRequest>, IEquatable<CreateAnnotationSpecSetRequest>, IDeepCloneable<CreateAnnotationSpecSetRequest>, IBufferMessage, IMessage
Request message for CreateAnnotationSpecSet.
Implements
IMessage<CreateAnnotationSpecSetRequest>, IEquatable<CreateAnnotationSpecSetRequest>, IDeepCloneable<CreateAnnotationSpecSetRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
CreateAnnotationSpecSetRequest()
public CreateAnnotationSpecSetRequest()
CreateAnnotationSpecSetRequest(CreateAnnotationSpecSetRequest)
public CreateAnnotationSpecSetRequest(CreateAnnotationSpecSetRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateAnnotationSpecSetRequest |
Properties
AnnotationSpecSet
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.
Property Value | |
---|---|
Type | Description |
AnnotationSpecSet |
Parent
public string Parent { get; set; }
Required. AnnotationSpecSet resource parent, format: projects/{project_id}
Property Value | |
---|---|
Type | Description |
String |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |