processingState property
The processing state of this sequence.
Output only. Possible string values are:
- "PROCESSING_STATE_UNSPECIFIED" : The state is unspecified, this is the default value.
- "PENDING" : The sequence has not yet started processing.
- "PROCESSING" : The sequence is currently in processing.
- "PROCESSED" : The sequence has finished processing including refining position.
- "FAILED" : The sequence failed processing. See FailureReason for more details.
Implementation
core.String? processingState;