public sealed class SearchFeaturesResponse : IMessage<SearchFeaturesResponse>, IEquatable<SearchFeaturesResponse>, IDeepCloneable<SearchFeaturesResponse>, IBufferMessage, IMessage, IPageResponse<Feature>, IEnumerable<Feature>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class SearchFeaturesResponse.
Response message for [FeaturestoreService.SearchFeatures][google.cloud.aiplatform.v1beta1.FeaturestoreService.SearchFeatures].
Implements
IMessageSearchFeaturesResponse, IEquatableSearchFeaturesResponse, IDeepCloneableSearchFeaturesResponse, IBufferMessage, IMessage, IPageResponseFeature, IEnumerableFeature, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SearchFeaturesResponse()
public SearchFeaturesResponse()SearchFeaturesResponse(SearchFeaturesResponse)
public SearchFeaturesResponse(SearchFeaturesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchFeaturesResponse |
Properties
Features
public RepeatedField<Feature> Features { get; }The Features matching the request.
Fields returned:
namedescriptionlabelscreate_timeupdate_time
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFeature |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as [SearchFeaturesRequest.page_token][google.cloud.aiplatform.v1beta1.SearchFeaturesRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Feature> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorFeature |
|