Skip to content

Commit

Permalink
feat(modeldetailedinfo): add new property requiresAssociation (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
lprovost-coveo authored Nov 8, 2024
1 parent ed6394f commit fd8fa58
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,8 @@ export interface ModelWithDetails {
* The current status of the model.
*/
modelStatusInfo: ModelStatusInfo;
/**
* Specifies whether the model must be associated with a query pipeline to be effective.
*/
requiresAssociation: boolean;
}

0 comments on commit fd8fa58

Please sign in to comment.