Cloud AI Platform v1 API - Class ListFeatureViewsResponse (2.27.0)

public sealed class ListFeatureViewsResponse : IMessage<ListFeatureViewsResponse>, IEquatable<ListFeatureViewsResponse>, IDeepCloneable<ListFeatureViewsResponse>, IBufferMessage, IMessage, IPageResponse<FeatureView>, IEnumerable<FeatureView>, IEnumerable

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

Response message for [FeatureOnlineStoreAdminService.ListFeatureViews][google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.ListFeatureViews].

Inheritance

object > ListFeatureViewsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListFeatureViewsResponse()

public ListFeatureViewsResponse()

ListFeatureViewsResponse(ListFeatureViewsResponse)

public ListFeatureViewsResponse(ListFeatureViewsResponse other)
Parameter
NameDescription
otherListFeatureViewsResponse

Properties

FeatureViews

public RepeatedField<FeatureView> FeatureViews { get; }

The FeatureViews matching the request.

Property Value
TypeDescription
RepeatedFieldFeatureView

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as [ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<FeatureView> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorFeatureView