List models
List fine-tuning jobs
Prints all fine-tuning jobs in an account.
firectl list fine-tuning-jobs [flags]
List deployments
Prints all deployments in the account.
firectl list deployments [flags]
List deployed models
Prints all deployed models in an account.
firectl list deployed-models [flags]
List datasets
Prints all datasets uploaded by a user in an account.
firectl list datasets [flags]
List API keys
Prints all API keys for the current user.
If you are an admin for an account, you can view API keys for all users with the --all-users
flag:
firectl list api-key --all-users
Flags inherited from parent commands
--filter string Only resources satisfying the provided filter will be listed. See https://google.aip.dev/160 for the filter grammar.
-h, --help help for list
--no-paginate List all resources without pagination.
--order-by string A list of fields to order by. To specify a descending order for a field, append a " desc" suffix
--page-size int32 The maximum number of resources to list.
--page-token string The page to list.