Data Labeling v1beta1 API - Class CreateAnnotationSpecSetRequest (2.0.0-beta05)

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.

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