Class ListFeaturesResponse (1.18.3)

ListFeaturesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for FeaturestoreService.ListFeatures.

Attributes

NameDescription
features Sequence[google.cloud.aiplatform_v1.types.Feature]
The Features matching the request.
next_page_token str
A token, which can be sent as ListFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Inheritance

builtins.object > proto.message.Message > ListFeaturesResponse