Data Labeling v1beta1 API - Class GetAnnotationSpecSetRequest (2.0.0-beta02)

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

Reference documentation and code samples for the Data Labeling v1beta1 API class GetAnnotationSpecSetRequest.

Request message for GetAnnotationSpecSet.

Inheritance

object > GetAnnotationSpecSetRequest

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

GetAnnotationSpecSetRequest()

public GetAnnotationSpecSetRequest()

GetAnnotationSpecSetRequest(GetAnnotationSpecSetRequest)

public GetAnnotationSpecSetRequest(GetAnnotationSpecSetRequest other)
Parameter
NameDescription
otherGetAnnotationSpecSetRequest

Properties

AnnotationSpecSetName

public AnnotationSpecSetName AnnotationSpecSetName { get; set; }

AnnotationSpecSetName-typed view over the Name resource name property.

Property Value
TypeDescription
AnnotationSpecSetName

Name

public string Name { get; set; }

Required. AnnotationSpecSet resource name, format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}

Property Value
TypeDescription
string