Model
- class labelbox.schema.model.Model(client, field_values)[source]
Bases:
DbObject
A model represents a program that has been trained and can make predictions on new data. .. attribute:: name
- type:
str
- model_runs
ToMany relationship to ModelRun
- Type:
Relationship