Skip to content

Remove use of XPackLicenseState::isAllowedByLicense for ML models #79811

@rjernst

Description

@rjernst

XPackLicenseState is meant to be an opaque view of the current license level. The LicensedFeature class should be used to determine whether a feature is used, so that tracking is always. However, there are a few special methods on XPackLicenseState that currently avoid feature tracking. This issue is about one of those: isMachineLearningAllowedForOperationMode.

We should convert the one user of this method to using a proper LicensedFeature.

Metadata

Metadata

Assignees

Labels

:mlMachine learningTeam:MLMeta label for the ML team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions