Skip to content

Commit

Permalink
feat(machinelearning): removal of readyForAssociation and NOT_ASSOCIA…
Browse files Browse the repository at this point in the history
…TED (#885)

feat(machinelearning): removal of readyForAssociation and NOT_ASSOCIATED status

BREAKING CHANGE: Property will be removed and unavailable
  • Loading branch information
lprovost-coveo authored Nov 18, 2024
1 parent ce499e6 commit 3bdd7c2
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 3bdd7c2

Please sign in to comment.