AI-generated Key Takeaways
-
This document outlines the possible async action statuses for an experiment, detailing what each status signifies.
-
The statuses include
UNSPECIFIED
,UNKNOWN
,NOT_STARTED
,IN_PROGRESS
,COMPLETED
,FAILED
, andCOMPLETED_WITH_WARNING
. -
Each enum provides a clear description of the current state or outcome of the asynchronous action.
The async action status of the experiment.
Enums | |
---|---|
|
Not specified. |
|
The value is unknown in this version. |
|
Action has not started. |
|
Action is in progress. |
|
Action has completed successfully. |
|
Action has failed. |
|
Action has completed successfully with warnings. |