Class ListExecutionsResponse (1.12.1)

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

Response message for MetadataService.ListExecutions.

Attributes

NameDescription
executions Sequence[google.cloud.aiplatform_v1.types.Execution]
The Executions retrieved from the MetadataStore.
next_page_token str
A token, which can be sent as ListExecutionsRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.

Inheritance

builtins.object > proto.message.Message > ListExecutionsResponse