public sealed class GetAnnotationSpecRequest : IMessage<GetAnnotationSpecRequest>, IEquatable<GetAnnotationSpecRequest>, IDeepCloneable<GetAnnotationSpecRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GetAnnotationSpecRequest.
Request message for [DatasetService.GetAnnotationSpec][google.cloud.aiplatform.v1beta1.DatasetService.GetAnnotationSpec].
Implements
IMessageGetAnnotationSpecRequest, IEquatableGetAnnotationSpecRequest, IDeepCloneableGetAnnotationSpecRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 name of the AnnotationSpec resource.
Format:
projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ReadMask
public FieldMask ReadMask { get; set; }Mask specifying which fields to read.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|