firectl list [flags]

List models

firectl 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]

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.