Class GetAnnotationSpecRequest (2.2.0)

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

Request message for [AutoMl.GetAnnotationSpec][google.cloud.automl.v1.AutoMl.GetAnnotationSpec].

Inheritance

Object > GetAnnotationSpecRequest

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.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 resource name of the annotation spec to retrieve.

Property Value
TypeDescription
String