Cloud AI Platform v1 API - Class SearchDataItemsResponse (2.27.0)

public sealed class SearchDataItemsResponse : IMessage<SearchDataItemsResponse>, IEquatable<SearchDataItemsResponse>, IDeepCloneable<SearchDataItemsResponse>, IBufferMessage, IMessage, IPageResponse<DataItemView>, IEnumerable<DataItemView>, IEnumerable

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

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

Inheritance

object > SearchDataItemsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SearchDataItemsResponse()

public SearchDataItemsResponse()

SearchDataItemsResponse(SearchDataItemsResponse)

public SearchDataItemsResponse(SearchDataItemsResponse other)
Parameter
NameDescription
otherSearchDataItemsResponse

Properties

DataItemViews

public RepeatedField<DataItemView> DataItemViews { get; }

The DataItemViews read.

Property Value
TypeDescription
RepeatedFieldDataItemView

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass to [SearchDataItemsRequest.page_token][google.cloud.aiplatform.v1.SearchDataItemsRequest.page_token] to obtain that page.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<DataItemView> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDataItemView