diff --git a/src/resources/MachineLearning/MachineLearningInterfaces.ts b/src/resources/MachineLearning/MachineLearningInterfaces.ts index 33150774..7f384800 100644 --- a/src/resources/MachineLearning/MachineLearningInterfaces.ts +++ b/src/resources/MachineLearning/MachineLearningInterfaces.ts @@ -111,7 +111,6 @@ export enum MLModelStatus { ERROR = 'ERROR', ERROR_INTERNAL = 'ERROR_INTERNAL', LIMITED = 'LIMITED', - NOT_ASSOCIATED = 'NOT_ASSOCIATED', ACTIVE = 'ACTIVE', INACTIVE = 'INACTIVE', } diff --git a/src/resources/MachineLearning/ModelListing/ModelListingInterfaces.ts b/src/resources/MachineLearning/ModelListing/ModelListingInterfaces.ts index 7a9a1b55..2e5ae3c3 100644 --- a/src/resources/MachineLearning/ModelListing/ModelListingInterfaces.ts +++ b/src/resources/MachineLearning/ModelListing/ModelListingInterfaces.ts @@ -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 */