Class ListFeaturestoresResponse (1.7.1)

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

Response message for FeaturestoreService.ListFeaturestores.

Attributes

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

Inheritance

builtins.object > proto.message.Message > ListFeaturestoresResponse