List entities as JSON or in a table.
Usage
lf list [OPTIONS] COMMAND [ARGS]...
Options
-j, --json |
boolean |
If set, the output is printed to stdout as JSON. |
False |
Subcommands
| app |
List all AI apps as JSON or in a table. |
| model |
List all models as JSON or in a table. Equivalent to ‘lf models’. |
| model-adapter |
List all model adapters as JSON or in a table. Equivalent to ‘lf model-adapters’. |
| dataset |
List all datasets as JSON or in a table. Equivalent to ‘lf datasets’. |
| dataset-generator |
List all dataset generators as JSON or in a table. Equivalent to ‘lf dataset-generators’. |
| task |
List all tasks as JSON or in a table. Equivalent to ‘lf tasks’. |
| eval |
List all evaluations as JSON or in a table. Equivalent to ‘lf evals’. |
| eval-run |
List all evaluation runs as JSON or in a table. Equivalent to ‘lf evals’. |
| eval-plan-run |
List all evaluation plan runs as JSON or in a table. |
| risk-scorer |
List all risk scorers as JSON or in a table. |
| framework |
List all frameworks as JSON or in a table. |
lf list app
List all AI apps as JSON or in a table.
Options
-j, --json |
boolean |
If set, the output is printed to stdout as JSON. |
False |
lf list model
List all models as JSON or in a table. Equivalent to ‘lf models’.
Options
-j, --json |
boolean |
If set, the output is printed to stdout as JSON. |
False |
lf list model-adapter
List all model adapters as JSON or in a table. Equivalent to ‘lf model-adapters’.
Usage
lf list model-adapter [OPTIONS]
Options
-j, --json |
boolean |
If set, the output is printed to stdout as JSON. |
False |
lf list dataset
List all datasets as JSON or in a table. Equivalent to ‘lf datasets’.
Usage
lf list dataset [OPTIONS]
Options
-j, --json |
boolean |
If set, the output is printed to stdout as JSON. |
False |
lf list dataset-generator
List all dataset generators as JSON or in a table. Equivalent to ‘lf dataset-generators’.
Usage
lf list dataset-generator [OPTIONS]
Options
-j, --json |
boolean |
If set, the output is printed to stdout as JSON. |
False |
lf list task
List all tasks as JSON or in a table. Equivalent to ‘lf tasks’.
Options
-j, --json |
boolean |
If set, the output is printed to stdout as JSON. |
False |
lf list eval
List all evaluations as JSON or in a table. Equivalent to ‘lf evals’.
Options
-j, --json |
boolean |
If set, the output is printed to stdout as JSON. |
False |
lf list eval-run
List all evaluation runs as JSON or in a table. Equivalent to ‘lf evals’.
Usage
lf list eval-run [OPTIONS]
Options
-j, --json |
boolean |
If set, the output is printed to stdout as JSON. |
False |
lf list eval-plan-run
List all evaluation plan runs as JSON or in a table.
Usage
lf list eval-plan-run [OPTIONS]
Options
-j, --json |
boolean |
If set, the output is printed to stdout as JSON. |
False |
lf list risk-scorer
List all risk scorers as JSON or in a table.
Usage
lf list risk-scorer [OPTIONS]
Options
-j, --json |
boolean |
If set, the output is printed to stdout as JSON. |
False |
lf list framework
List all frameworks as JSON or in a table.
Usage
lf list framework [OPTIONS]
Options
-j, --json |
boolean |
If set, the output is printed to stdout as JSON. |
False |