Class SearchFeaturesResponse (1.8.1)

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

Response message for FeaturestoreService.SearchFeatures.

Attributes

NameDescription
features Sequence[google.cloud.aiplatform_v1.types.Feature]
The Features matching the request. Fields returned: - ``name`` - ``description`` - ``labels`` - ``create_time`` - ``update_time``
next_page_token str
A token, which can be sent as SearchFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Inheritance

builtins.object > proto.message.Message > SearchFeaturesResponse