AsyncActionStatus
The async action status of the experiment.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
The value is unknown in this version. |
NOT_STARTED
|
Action has not started. |
IN_PROGRESS
|
Action is in progress. |
COMPLETED
|
Action has completed successfully. |
FAILED
|
Action has failed. |
COMPLETED_WITH_WARNING
|
Action has completed successfully with warnings. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["The Async Action Status indicates the current state of an experiment's asynchronous operation, such as whether it's not started, in progress, completed, or failed."],["Possible statuses include `UNSPECIFIED`, `UNKNOWN`, `NOT_STARTED`, `IN_PROGRESS`, `COMPLETED`, `FAILED`, and `COMPLETED_WITH_WARNING`, each providing specific information about the action's progress and outcome."]]],[]]