SampleHistory
Properties
| Name |
Type |
Description |
Notes |
| occurred_at |
datetime |
When the change was made |
|
| source |
str |
In which context the change was made |
|
| text |
str |
What was changed |
|
| user |
str, none_type |
The user that made the change |
[optional] |
| run |
str, none_type |
In which execution context the change was made |
[optional] |
| project |
str, none_type |
In which project context the change was made |
[optional] |
| model |
int, none_type |
In which model context the change was made |
[optional] |
| any string name |
bool, date, datetime, dict, float, int, list, str, none_type |
any string name can be used but the value must be the correct type |
[optional] |
[Back to Model list] [Back to API list] [Back to README]