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

[BUG] ml.chunk_model operation has vague naming #790

Open
Xtansia opened this issue Jan 14, 2025 · 0 comments
Open

[BUG] ml.chunk_model operation has vague naming #790

Xtansia opened this issue Jan 14, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Xtansia
Copy link
Collaborator

Xtansia commented Jan 14, 2025

What is the bug?

The ml.chunk_model (POST /_plugins/_ml/models/{model_id}/chunk/{chunk_number}) operation has vague naming.
It is the deprecated version of ml.upload_chunk (POST /_plugins/_ml/models/{model_id}/upload_chunk/{chunk_number}) operation. Both paths are handled by the UploadModelChunk REST handler.

What is the expected behavior?

The chunk_model operation to have a clear meaningful name or rolled up into upload_chunk.

@Xtansia Xtansia added bug Something isn't working untriaged labels Jan 14, 2025
@dblock dblock removed the untriaged label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants