You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theUploadModelChunk
REST handler.What is the expected behavior?
The
chunk_model
operation to have a clear meaningful name or rolled up intoupload_chunk
.The text was updated successfully, but these errors were encountered: