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

TrainingProgress

class indico.types.model.TrainingProgress(**kwargs)

Model training progress

Shows percent complete for a model training

percent_complete

Percent complete for a model that’s training

Type

float