Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The response here is essentially a pared-down version of the original training configuration.

Get Model

...

function GetModelStatus(UUID) -> Status

Example response:

{
  "status": "errored",
  "message": "Failed to train"
}

Get Model Metrics

Get core evaluation metrics for a trained model.

...