GetJobStatus Action

Get the status of a job. The message status returned contains the correlation id and the organization id.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
istrain
Edm.Boolean False True Whether the job is trained.
correlationid
Edm.String True False The correlation Id of the job
aimodelid
Edm.String True False The AI model associated with the job.

Return Type

Type Nullable Description
GetJobStatusResponse False The GetJobStatus action returns the following value.

See also