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 v1beta1 API class SearchDataItemsResponse.
Response message for [DatasetService.SearchDataItems][google.cloud.aiplatform.v1beta1.DatasetService.SearchDataItems].
Implements
IMessageSearchDataItemsResponse, IEquatableSearchDataItemsResponse, IDeepCloneableSearchDataItemsResponse, IBufferMessage, IMessage, IPageResponseDataItemView, IEnumerableDataItemView, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SearchDataItemsResponse()
public SearchDataItemsResponse()
SearchDataItemsResponse(SearchDataItemsResponse)
public SearchDataItemsResponse(SearchDataItemsResponse other)
Parameter | |
---|---|
Name | Description |
other |
SearchDataItemsResponse |
Properties
DataItemViews
public RepeatedField<DataItemView> DataItemViews { get; }
The DataItemViews read.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDataItemView |
NextPageToken
public string NextPageToken { get; set; }
A token to retrieve next page of results. Pass to [SearchDataItemsRequest.page_token][google.cloud.aiplatform.v1beta1.SearchDataItemsRequest.page_token] to obtain that page.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<DataItemView> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDataItemView |