Add ML-powered query enablement info to analyze finish status report
This commit is contained in:
parent
2c6b76bc5a
commit
bcdaad245b
13 changed files with 38 additions and 22 deletions
|
|
@ -576,6 +576,12 @@ export interface StatusReportBase {
|
|||
completed_at?: string;
|
||||
/** State this action is currently in. */
|
||||
status: ActionStatus;
|
||||
/**
|
||||
* Information about the enablement of the ML-powered JS query pack.
|
||||
*
|
||||
* @see {@link util.getMlPoweredJsQueriesStatus}
|
||||
*/
|
||||
ml_powered_javascript_queries?: string;
|
||||
/** Cause of the failure (or undefined if status is not failure). */
|
||||
cause?: string;
|
||||
/** Stack trace of the failure (or undefined if status is not failure). */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue