get_patient_insights_job¶
Operation¶
get_patient_insights_job
async
¶
get_patient_insights_job(input: GetPatientInsightsJobInput, plugins: list[Plugin] | None = None) -> GetPatientInsightsJobOutput
Get details of a started patient insights job.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetPatientInsightsJobInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
GetPatientInsightsJobOutput
|
An instance of |
Input¶
GetPatientInsightsJobInput
dataclass
¶
Output¶
GetPatientInsightsJobOutput
dataclass
¶
Dataclass for GetPatientInsightsJobOutput structure.
Attributes¶
creation_time
class-attribute
instance-attribute
¶
creation_time: datetime | None = None
Date and time the patient insights job was submitted.
status_details
class-attribute
instance-attribute
¶
status_details: str | None = None
Contains information about the status of a job.