Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Ensure unique IDs between inference models and trained model deployments #103996

Merged
merged 15 commits into from Jan 9, 2024

Conversation

maxhniebergall
Copy link
Member

The inference service uses trained model deployments to access in-cluster models. The inference service ID for these models is the inference service modelId, which is mapped to deploymentId in the trained models API. To avoid bugs due to conflicting IDs, this change restricts the PutInferenceModelAction and the StartTrainedModelDeploymentAction to unique IDs.

I also refactored the ml-inference-service-tests integration tests to use a shared base class which contains methods used by multiple subclasses.

closes https://github.com/elastic/ml-team/issues/1094

@maxhniebergall maxhniebergall self-assigned this Jan 5, 2024
@maxhniebergall maxhniebergall requested a review from a team as a code owner January 5, 2024 16:56
@elasticsearchmachine elasticsearchmachine added the Team:ML Meta label for the ML team label Jan 5, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

@elasticsearchmachine
Copy link
Collaborator

Hi @maxhniebergall, I've created a changelog YAML for you.

x-pack/plugin/inference/build.gradle Outdated Show resolved Hide resolved
Copy link
Member

@davidkyle davidkyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@maxhniebergall maxhniebergall merged commit 99e885a into elastic:main Jan 9, 2024
15 checks passed
jbaiera pushed a commit to jbaiera/elasticsearch that referenced this pull request Jan 10, 2024
…loyments (elastic#103996)

* Check for conflciting inference models before starting trained model deployment

* ensure inference model ids and trained model deployment ids are unique

* Added integration test and refactored integration tests to share superclass

* Update docs/changelog/103996.yaml

* Add inference plugin to ml support BaseMlIntegTestCase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :ml Machine learning Team:ML Meta label for the ML team v8.13.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants