OfflineUserDataJobStatus

  • This document outlines the possible statuses of an offline user data job.

  • The statuses range from UNSPECIFIED and UNKNOWN to active states like PENDING, RUNNING, SUCCESS, and FAILED.

  • Each status indicates a specific stage in the job's lifecycle, from creation and uploading to processing and final outcome.

The status of an offline user data job.

Proto definition

Enums

FAILED

Uploaded data has failed to be processed. Some operations may have been successfully processed.

PENDING

The job has been successfully created and pending for uploading.

RUNNING

Upload(s) have been accepted and data is being processed.

SUCCESS

Uploaded data has been successfully processed. The job might have no operations, which can happen if the job was run without any operations added, or if all operations failed validation individually when attempting to add them to the job.

UNKNOWN

Used for return value only. Represents value unknown in this version.

UNSPECIFIED

Not specified.