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.

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.