![]() |
Defines the available options when listing nodes.
mlmd.metadata_store.ListOptions(
limit=attr_dict['limit'].default,
order_by=attr_dict['order_by'].default,
is_asc=attr_dict['is_asc'].default
)
limit: The maximum size of the result. If a value is not specified then
all artifacts are returned.
order_by: The field to order the results. If the field is not
provided, then the order is up to the database backend implementation.
is_asc: Specifies order_by
is ascending or descending. If order_by
is not given, the field is ignored. If order_by
is set, then by
default descending order is used.
Methods
__eq__
__eq__(
other
)
Method generated by attrs for class ListOptions.
__ge__
__ge__(
other
)
Method generated by attrs for class ListOptions.
__gt__
__gt__(
other
)
Method generated by attrs for class ListOptions.
__le__
__le__(
other
)
Method generated by attrs for class ListOptions.
__lt__
__lt__(
other
)
Method generated by attrs for class ListOptions.
__ne__
__ne__(
other
)
Method generated by attrs for class ListOptions.