Manage models in Sieve.

Usage

sieve model [OPTIONS] COMMAND [ARGS]...

Options

  • --help Show this message and exit.

Commands

  • list List all models.
  • status Get status of a model.
  • info Get information about a model.

sieve model list

List all models.

Usage

sieve model list [OPTIONS]

Options

  • --help Show this message and exit.

sieve model status

Get status of a model. The possible values are “ready”, “queued”, “building”, and “failed”.

Usage

sieve model status [OPTIONS] MODEL_ID

Options

  • --help Show this message and exit.

Arguments

  • MODEL_ID ID of model to get status of.

sieve model info

Get information about a model.

Usage

sieve model info [OPTIONS] MODEL_ID

Options

  • --help Show this message and exit.

Arguments

  • MODEL_ID ID of model to get information about.