package
0.0.0-20250307135755-0d9a7b00e926
Repository: https://github.com/kubeflow/pipelines.git
Documentation: pkg.go.dev
# Functions
FilterOnExperiment filters the given table by rows based on provided experiment ID, and returns the rebuilt SelectBuilder.
FilterOnResourceReference filters the given resource's table by rows from the ResourceReferences table that match an optional given filter, and returns the rebuilt SelectBuilder.
NewOptions creates a new Options struct for the given listable.
NewOptionsFromToken creates a new Options struct from the passed in token which represents the next page of results.
Scans the one given row into a number, and returns the number.
# Interfaces
Listable is an interface that should be implemented by any resource/model that wants to support listing queries.