Cloud AI Platform v1 API - Class ListDataItemsResponse (2.27.0)

public sealed class ListDataItemsResponse : IMessage<ListDataItemsResponse>, IEquatable<ListDataItemsResponse>, IDeepCloneable<ListDataItemsResponse>, IBufferMessage, IMessage, IPageResponse<DataItem>, IEnumerable<DataItem>, IEnumerable

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

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

Inheritance

object > ListDataItemsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListDataItemsResponse()

public ListDataItemsResponse()

ListDataItemsResponse(ListDataItemsResponse)

public ListDataItemsResponse(ListDataItemsResponse other)
Parameter
NameDescription
otherListDataItemsResponse

Properties

DataItems

public RepeatedField<DataItem> DataItems { get; }

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

Property Value
TypeDescription
RepeatedFieldDataItem

NextPageToken

public string NextPageToken { get; set; }

The standard List next-page token.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<DataItem> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDataItem