Class ListFeaturestoresResponse (0.8.0)

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

Response message for FeaturestoreService.ListFeaturestores .

Attributes

Name Description
featurestores Sequence[ google.cloud.aiplatform_v1beta1.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