AnalysisStep
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
|
|
| name |
str |
|
|
| status |
str |
The status of the analysis step |
|
| technical |
bool |
Indicates which kind of step was executed |
|
| logs |
AnalysisStepLogs |
|
|
| queue_date |
datetime, none_type |
When the analysis step was queued |
[optional] |
| start_date |
datetime, none_type |
When the analysis step was started |
[optional] |
| end_date |
datetime, none_type |
When the analysis step was finished |
[optional] |
| exit_code |
int, none_type |
The exit code of the analysis step |
[optional] |
| compute_type |
str, none_type |
The compute type of the analysis step |
[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]