mlmd.ListOptions

Defines the available options when listing nodes.

limitThe maximum size of the result. If a value is not specified then all artifacts are returned.
order_byThe field to order the results. If the field is not provided, then the order is up to the database backend implementation.
is_ascSpecifies order_by is ascending or descending. If order_by is not given, the field is ignored. If order_by is set, then by default ascending order is used for performance benefit.
filter_queryAn optional boolean expression in SQL syntax to specify conditions on node attributes and directly connected assets. See https://.com/google/ml-metadata/blob/master/ml_metadata/proto/metadata_store.proto#L705-L783 for the query capabilities and syntax.