AsyncActionStatus

  • 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, and COMPLETED_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.

Proto definition

Enums

COMPLETED

Action has completed successfully.

COMPLETED_WITH_WARNING

Action has completed successfully with warnings.

FAILED

Action has failed.

IN_PROGRESS

Action is in progress.

NOT_STARTED

Action has not started.

UNKNOWN

The value is unknown in this version.

UNSPECIFIED

Not specified.