status property
The status of the dataset. States include:
-
ACTIVE
-
CREATE_PENDING
,CREATE_IN_PROGRESS
,CREATE_FAILED
-
DELETE_PENDING
,DELETE_IN_PROGRESS
,DELETE_FAILED
-
UPDATE_PENDING
,UPDATE_IN_PROGRESS
,UPDATE_FAILED
UPDATE
states apply while data is imported to the dataset
from a call to the CreateDatasetImportJob operation and reflect the
status of the dataset import job. For example, when the import job status is
CREATE_IN_PROGRESS
, the status of the dataset is
UPDATE_IN_PROGRESS
.
Implementation
final String? status;