Class ListDatasetsResponse (1.22.1)

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

Response message for DatasetService.ListDatasets.

Attributes

NameDescription
datasets MutableSequence[google.cloud.aiplatform_v1beta1.types.Dataset]
A list of Datasets that matches the specified filter in the request.
next_page_token str
The standard List next-page token.

Inheritance

builtins.object > proto.message.Message > ListDatasetsResponse