Class ListEntityTypesResponse (0.9.0)

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

Response message for FeaturestoreService.ListEntityTypes.

Attributes

NameDescription
entity_types Sequence[google.cloud.aiplatform_v1beta1.types.EntityType]
The EntityTypes matching the request.
next_page_token str
A token, which can be sent as ListEntityTypesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Inheritance

builtins.object > proto.message.Message > ListEntityTypesResponse