promoteStatus property
The status of the experiment promotion process.
Output only. Possible string values are:
- "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.
Implementation
core.String? promoteStatus;