Skip to content

Commit

Permalink
feat(machinelearning): removal of readyForAssociation and NOT_ARCHIVE…
Browse files Browse the repository at this point in the history
…D status

BREAKING CHANGE: Property will be removed and unavailable
  • Loading branch information
lprovost-coveo committed Nov 13, 2024
1 parent 2841108 commit 633c38e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/resources/MachineLearning/MachineLearningInterfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export enum MLModelStatus {
ERROR = 'ERROR',
ERROR_INTERNAL = 'ERROR_INTERNAL',
LIMITED = 'LIMITED',
NOT_ASSOCIATED = 'NOT_ASSOCIATED',
ACTIVE = 'ACTIVE',
INACTIVE = 'INACTIVE',
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ export interface MLListingModel {
*/
modelSizeStatistic: number;

/**
* @deprecated
* This property is exposed for backward compatibility reasons.
*/
readyForAssociation: boolean;
/**
* The current status of the model
*/
Expand Down

0 comments on commit 633c38e

Please sign in to comment.