AnalysisV3
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
|
|
| time_created |
datetime |
|
|
| time_modified |
datetime |
|
|
| owner_id |
str |
|
|
| tenant_id |
str |
|
|
| reference |
str |
The unique reference of the analysis |
|
| user_reference |
str |
The user reference of the analysis |
|
| pipeline |
PipelineV3 |
|
|
| status |
str |
The status of the analysis |
|
| tags |
AnalysisTag |
|
|
| tenant_name |
str, none_type |
|
[optional] |
| workflow_session |
WorkflowSessionV3 |
|
[optional] |
| start_date |
datetime, none_type |
When the analysis was started |
[optional] |
| end_date |
datetime, none_type |
When the analysis was finished |
[optional] |
| summary |
str, none_type |
The summary of the analysis |
[optional] |
| analysis_storage |
AnalysisStorageV3 |
|
[optional] |
| analysis_priority |
str, none_type |
The priority of the analysis |
[optional] |
| application |
ApplicationV4 |
|
[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]