@coveo/platform-client 56.7.1 → 57.0.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.
- package/dist/cjs/resources/MachineLearning/MachineLearningInterfaces.js +0 -1
- package/dist/cjs/resources/MachineLearning/MachineLearningInterfaces.js.map +1 -1
- package/dist/esm/resources/MachineLearning/MachineLearningInterfaces.js +0 -1
- package/dist/esm/resources/MachineLearning/MachineLearningInterfaces.js.map +1 -1
- package/dist/types/resources/MachineLearning/MachineLearningInterfaces.d.ts +0 -1
- package/dist/types/resources/MachineLearning/ModelListing/ModelListingInterfaces.d.ts +0 -5
- package/package.json +1 -1
|
@@ -9,7 +9,6 @@ var MLModelStatus;
|
|
|
9
9
|
MLModelStatus["ERROR"] = "ERROR";
|
|
10
10
|
MLModelStatus["ERROR_INTERNAL"] = "ERROR_INTERNAL";
|
|
11
11
|
MLModelStatus["LIMITED"] = "LIMITED";
|
|
12
|
-
MLModelStatus["NOT_ASSOCIATED"] = "NOT_ASSOCIATED";
|
|
13
12
|
MLModelStatus["ACTIVE"] = "ACTIVE";
|
|
14
13
|
MLModelStatus["INACTIVE"] = "INACTIVE";
|
|
15
14
|
})(MLModelStatus || (exports.MLModelStatus = MLModelStatus = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MachineLearningInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/MachineLearning/MachineLearningInterfaces.ts"],"names":[],"mappings":";;;AA0GA,IAAY,
|
|
1
|
+
{"version":3,"file":"MachineLearningInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/MachineLearning/MachineLearningInterfaces.ts"],"names":[],"mappings":";;;AA0GA,IAAY,aASX;AATD,WAAY,aAAa;IACrB,sCAAqB,CAAA;IACrB,4DAA2C,CAAA;IAC3C,wDAAuC,CAAA;IACvC,gCAAe,CAAA;IACf,kDAAiC,CAAA;IACjC,oCAAmB,CAAA;IACnB,kCAAiB,CAAA;IACjB,sCAAqB,CAAA;AACzB,CAAC,EATW,aAAa,6BAAb,aAAa,QASxB"}
|
|
@@ -6,7 +6,6 @@ export var MLModelStatus;
|
|
|
6
6
|
MLModelStatus["ERROR"] = "ERROR";
|
|
7
7
|
MLModelStatus["ERROR_INTERNAL"] = "ERROR_INTERNAL";
|
|
8
8
|
MLModelStatus["LIMITED"] = "LIMITED";
|
|
9
|
-
MLModelStatus["NOT_ASSOCIATED"] = "NOT_ASSOCIATED";
|
|
10
9
|
MLModelStatus["ACTIVE"] = "ACTIVE";
|
|
11
10
|
MLModelStatus["INACTIVE"] = "INACTIVE";
|
|
12
11
|
})(MLModelStatus || (MLModelStatus = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MachineLearningInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/MachineLearning/MachineLearningInterfaces.ts"],"names":[],"mappings":"AA0GA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"MachineLearningInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/MachineLearning/MachineLearningInterfaces.ts"],"names":[],"mappings":"AA0GA,MAAM,CAAN,IAAY,aASX;AATD,WAAY,aAAa;IACrB,sCAAqB,CAAA;IACrB,4DAA2C,CAAA;IAC3C,wDAAuC,CAAA;IACvC,gCAAe,CAAA;IACf,kDAAiC,CAAA;IACjC,oCAAmB,CAAA;IACnB,kCAAiB,CAAA;IACjB,sCAAqB,CAAA;AACzB,CAAC,EATW,aAAa,KAAb,aAAa,QASxB"}
|
|
@@ -35,11 +35,6 @@ 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
|
-
*/
|
|
42
|
-
readyForAssociation: boolean;
|
|
43
38
|
/**
|
|
44
39
|
* The current status of the model
|
|
45
40
|
*/
|