diff --git a/src/resources/MachineLearning/ModelDetailedInfo/ModelDetailedInfoInterfaces.ts b/src/resources/MachineLearning/ModelDetailedInfo/ModelDetailedInfoInterfaces.ts index 1294c0af2..ed123a676 100644 --- a/src/resources/MachineLearning/ModelDetailedInfo/ModelDetailedInfoInterfaces.ts +++ b/src/resources/MachineLearning/ModelDetailedInfo/ModelDetailedInfoInterfaces.ts @@ -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; }