HealthInsightsRadiologyInsightsModelFactory.RadiologyInsightsJob Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of RadiologyInsightsJob.
public static Azure.Health.Insights.RadiologyInsights.RadiologyInsightsJob RadiologyInsightsJob (Azure.Health.Insights.RadiologyInsights.RadiologyInsightsData jobData = default, Azure.Health.Insights.RadiologyInsights.RadiologyInsightsInferenceResult result = default, string id = default, Azure.Health.Insights.RadiologyInsights.JobStatus status = default, DateTimeOffset? createdAt = default, DateTimeOffset? expiresAt = default, DateTimeOffset? updatedAt = default, Azure.ResponseError error = default);
static member RadiologyInsightsJob : Azure.Health.Insights.RadiologyInsights.RadiologyInsightsData * Azure.Health.Insights.RadiologyInsights.RadiologyInsightsInferenceResult * string * Azure.Health.Insights.RadiologyInsights.JobStatus * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ResponseError -> Azure.Health.Insights.RadiologyInsights.RadiologyInsightsJob
Public Shared Function RadiologyInsightsJob (Optional jobData As RadiologyInsightsData = Nothing, Optional result As RadiologyInsightsInferenceResult = Nothing, Optional id As String = Nothing, Optional status As JobStatus = Nothing, Optional createdAt As Nullable(Of DateTimeOffset) = Nothing, Optional expiresAt As Nullable(Of DateTimeOffset) = Nothing, Optional updatedAt As Nullable(Of DateTimeOffset) = Nothing, Optional error As ResponseError = Nothing) As RadiologyInsightsJob
Parameters
- jobData
- RadiologyInsightsData
The request data for the operation.
The result of the operation.
- id
- String
The unique ID of the job.
- status
- JobStatus
The status of the job.
- createdAt
- Nullable<DateTimeOffset>
The date and time when the processing job was created.
- expiresAt
- Nullable<DateTimeOffset>
The date and time when the processing job is set to expire.
- updatedAt
- Nullable<DateTimeOffset>
The date and time when the processing job was last updated.
- error
- ResponseError
Error object that describes the error when status is "Failed".
Returns
A new RadiologyInsightsJob instance for mocking.