Model Types
- class indico.types.model.Model(**kwargs)
A Model in the Indico Platform.
Models are a part of a Model Group
- id
The model id. This is different from the model group id.
- Type
int
- status
“CREATED”, “TRAINING”, “COMPLETE” or “FAILED”
- Type
str
- training_progress
Percent complete training progress on a model.
- Type