status property
The status of the dataset import job. The status is reflected in the status
of the dataset. For example, when the import job status is
CREATE_IN_PROGRESS
, the status of the dataset is
UPDATE_IN_PROGRESS
. States include:
-
ACTIVE
-
CREATE_PENDING
,CREATE_IN_PROGRESS
,CREATE_FAILED
-
DELETE_PENDING
,DELETE_IN_PROGRESS
,DELETE_FAILED
Implementation
final String? status;