rhino_health.lib.endpoints.model_result.model_result_dataclass#

Module Contents#

Classes#

ModelResult

class rhino_health.lib.endpoints.model_result.model_result_dataclass.ModelResult(**data)#

Bases: rhino_health.lib.dataclass.RhinoBaseModel

uid :str#

The unique ID of the ModelResult

action_type :str#

The type of action preformed

status :str#

The action status

start_time :str#

The action start time

end_time :Any#

The action end time

input_cohorts :List[str]#

The input cohort

output_cohorts :List[str]#

The output cohort

aimodel_uid :typing_extensions.Annotated[dict, Field(alias='aimodel')]#

The relevant aimodel object

result_info :Optional[str]#

The run result info

results_report :Optional[str]#

The run result report

report_images :List[Any]#

The run result images

model_params_external_storage_path :Optional[str]#

The external storage path

property aimodel(self)#