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.