Trained models that are PUT with a contained compressed definition might prefer to be lenient and not check that the compressed definition is valid.
Instead, would rather fail later when the model is utilized if it is poorly formatted.
A new flag should be added to PUT trained models to allow models with a compressed definition not be inflated to validate settings.
But this flag would then require the caller provide the model size estimations in the PUT payload.
Some complexity may exist here....
Trained models that are PUT with a contained compressed definition might prefer to be lenient and not check that the compressed definition is valid.
Instead, would rather fail later when the model is utilized if it is poorly formatted.
A new flag should be added to PUT trained models to allow models with a compressed definition not be inflated to validate settings.
But this flag would then require the caller provide the model size estimations in the PUT payload.
Some complexity may exist here....