Cloud AI Platform v1 API - Class GetAnnotationSpecRequest (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class GetAnnotationSpecRequest.

Request message for [DatasetService.GetAnnotationSpec][google.cloud.aiplatform.v1.DatasetService.GetAnnotationSpec].

Inheritance

object > GetAnnotationSpecRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetAnnotationSpecRequest()

public GetAnnotationSpecRequest()

GetAnnotationSpecRequest(GetAnnotationSpecRequest)

public GetAnnotationSpecRequest(GetAnnotationSpecRequest other)
Parameter
NameDescription
otherGetAnnotationSpecRequest

Properties

AnnotationSpecName

public AnnotationSpecName AnnotationSpecName { get; set; }

AnnotationSpecName-typed view over the Name resource name property.

Property Value
TypeDescription
AnnotationSpecName

Name

public string Name { get; set; }

Required. The name of the AnnotationSpec resource. Format: projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}

Property Value
TypeDescription
string

ReadMask

public FieldMask ReadMask { get; set; }

Mask specifying which fields to read.

Property Value
TypeDescription
FieldMask