Skip to content

Commit 1db45a2

Browse files
committed
Add definition_status to include request
1 parent 3d44eb9 commit 1db45a2

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

output/schema/schema.json

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ml/_types/Include.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,10 @@ export enum Include {
3838
* baseline and total feature importance values are returned in the metadata
3939
* field in the response body.
4040
*/
41-
total_feature_importance
41+
total_feature_importance,
42+
43+
/**
44+
* Includes the model definition status.
45+
*/
46+
definition_status
4247
}

0 commit comments

Comments
 (0)