@coveo/platform-client 56.5.0 → 56.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -35,6 +35,10 @@ export interface MLListingModel {
|
|
|
35
35
|
* @Example `5`
|
|
36
36
|
*/
|
|
37
37
|
modelSizeStatistic: number;
|
|
38
|
+
/**
|
|
39
|
+
* @deprecated
|
|
40
|
+
* This property is exposed for backward compatibility reasons.
|
|
41
|
+
*/
|
|
38
42
|
readyForAssociation: boolean;
|
|
39
43
|
/**
|
|
40
44
|
* The current status of the model
|
|
@@ -45,6 +49,10 @@ export interface MLListingModel {
|
|
|
45
49
|
*
|
|
46
50
|
*/
|
|
47
51
|
modelAssociations: MLModelAssociation[];
|
|
52
|
+
/**
|
|
53
|
+
* Specifies whether the model must be associated with a query pipeline to be effective.
|
|
54
|
+
*/
|
|
55
|
+
requiresAssociation: boolean;
|
|
48
56
|
}
|
|
49
57
|
export interface MLModelStatusInfo {
|
|
50
58
|
/**
|