public sealed class ListAnnotationsResponse : IMessage<ListAnnotationsResponse>, IEquatable<ListAnnotationsResponse>, IDeepCloneable<ListAnnotationsResponse>, IBufferMessage, IMessage, IPageResponse<Annotation>, IEnumerable<Annotation>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListAnnotationsResponse.
Response message for [DatasetService.ListAnnotations][google.cloud.aiplatform.v1beta1.DatasetService.ListAnnotations].
Implements
IMessageListAnnotationsResponse, IEquatableListAnnotationsResponse, IDeepCloneableListAnnotationsResponse, IBufferMessage, IMessage, IPageResponseAnnotation, IEnumerableAnnotation, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListAnnotationsResponse()
public ListAnnotationsResponse()ListAnnotationsResponse(ListAnnotationsResponse)
public ListAnnotationsResponse(ListAnnotationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAnnotationsResponse |
Properties
Annotations
public RepeatedField<Annotation> Annotations { get; }A list of Annotations that matches the specified filter in the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAnnotation |
|
NextPageToken
public string NextPageToken { get; set; }The standard List next-page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Annotation> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorAnnotation |
|