lf list
List entities as JSON or in a table.
Usage
lf list [OPTIONS] COMMAND [ARGS]...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’. |
| risk-scorer | List all risk scorers as JSON or in a table. |
lf list app
List all AI apps as JSON or in a table.
Usage
lf list app [OPTIONS]Options
| Name | Type | Description | Default |
|---|---|---|---|
-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’.
Usage
lf list model [OPTIONS]Options
| Name | Type | Description | Default |
|---|---|---|---|
-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
| Name | Type | Description | Default |
|---|---|---|---|
-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
| Name | Type | Description | Default |
|---|---|---|---|
-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
| Name | Type | Description | Default |
|---|---|---|---|
-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’.
Usage
lf list task [OPTIONS]Options
| Name | Type | Description | Default |
|---|---|---|---|
-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’.
Usage
lf list eval [OPTIONS]Options
| Name | Type | Description | Default |
|---|---|---|---|
-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
| Name | Type | Description | Default |
|---|---|---|---|
-j, --json |
boolean | If set, the output is printed to stdout as JSON. | False |