Class CreateAnnotationSpecSetRequest (1.0.0-beta03)

public sealed class CreateAnnotationSpecSetRequest : IMessage<CreateAnnotationSpecSetRequest>, IEquatable<CreateAnnotationSpecSetRequest>, IDeepCloneable<CreateAnnotationSpecSetRequest>, IBufferMessage, IMessage

Request message for CreateAnnotationSpecSet.

Inheritance

Object > CreateAnnotationSpecSetRequest

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

CreateAnnotationSpecSetRequest()

public CreateAnnotationSpecSetRequest()

CreateAnnotationSpecSetRequest(CreateAnnotationSpecSetRequest)

public CreateAnnotationSpecSetRequest(CreateAnnotationSpecSetRequest other)
Parameter
NameDescription
otherCreateAnnotationSpecSetRequest

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
TypeDescription
AnnotationSpecSet

Parent

public string Parent { get; set; }

Required. AnnotationSpecSet resource parent, format: projects/{project_id}

Property Value
TypeDescription
String

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName