Cloud AI Platform v1 API - Class ListAnnotationsResponse (2.27.0)

public sealed class ListAnnotationsResponse : IMessage<ListAnnotationsResponse>, IEquatable<ListAnnotationsResponse>, IDeepCloneable<ListAnnotationsResponse>, IBufferMessage, IMessage, IPageResponse<Annotation>, IEnumerable<Annotation>, IEnumerable

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

Response message for [DatasetService.ListAnnotations][google.cloud.aiplatform.v1.DatasetService.ListAnnotations].

Inheritance

object > ListAnnotationsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListAnnotationsResponse()

public ListAnnotationsResponse()

ListAnnotationsResponse(ListAnnotationsResponse)

public ListAnnotationsResponse(ListAnnotationsResponse other)
Parameter
NameDescription
otherListAnnotationsResponse

Properties

Annotations

public RepeatedField<Annotation> Annotations { get; }

A list of Annotations that matches the specified filter in the request.

Property Value
TypeDescription
RepeatedFieldAnnotation

NextPageToken

public string NextPageToken { get; set; }

The standard List next-page token.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Annotation> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorAnnotation