Class ListDataItemsResponse (0.7.1)

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

Response message for DatasetService.ListDataItems.

Attributes

NameDescription
data_items Sequence[google.cloud.aiplatform_v1beta1.types.DataItem]
A list of DataItems that matches the specified filter in the request.
next_page_token str
The standard List next-page token.

Inheritance

builtins.object > proto.message.Message > ListDataItemsResponse