public static final class GetJobResponse.JobStatus extends Object
RUNNING: The job is currently executing.
DONE: The job execution has successfully completed and the response is
included in the jobResponse or jobResponseStr field
ERROR: The job was attempted, but an error was encountered. The statusMap contains the details of the error in error_message
CANCELLED: Job
cancellation was requested while the execution was in progress.
jobStatus.| Modifier and Type | Field and Description |
|---|---|
static String |
CANCELLED
Job cancellation was requested while the execution was in progress.
|
static String |
DONE
The job execution has successfully completed and the response is
included in the
jobResponse or jobResponseStr field |
static String |
ERROR
The job was attempted, but an error was encountered.
|
static String |
RUNNING
The job is currently executing.
|
public static final String RUNNING
public static final String DONE
jobResponse or jobResponseStr fieldpublic static final String ERROR
statusMap contains the details of the error in error_messagepublic static final String CANCELLED
Copyright © 2024. All rights reserved.