public sealed class GetAnnotationSpecRequest : IMessage<GetAnnotationSpecRequest>, IEquatable<GetAnnotationSpecRequest>, IDeepCloneable<GetAnnotationSpecRequest>, IBufferMessage, IMessage
Request message for [AutoMl.GetAnnotationSpec][google.cloud.automl.v1.AutoMl.GetAnnotationSpec].
Implements
IMessage<GetAnnotationSpecRequest>, IEquatable<GetAnnotationSpecRequest>, IDeepCloneable<GetAnnotationSpecRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
GetAnnotationSpecRequest()
public GetAnnotationSpecRequest()
GetAnnotationSpecRequest(GetAnnotationSpecRequest)
public GetAnnotationSpecRequest(GetAnnotationSpecRequest other)
Parameter | |
---|---|
Name | Description |
other | GetAnnotationSpecRequest |
Properties
AnnotationSpecName
public AnnotationSpecName AnnotationSpecName { get; set; }
AnnotationSpecName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AnnotationSpecName |
Name
public string Name { get; set; }
Required. The resource name of the annotation spec to retrieve.
Property Value | |
---|---|
Type | Description |
String |