PUT /mltk/register_model
PUT /mltk/register_model
Update the mutable fields of an existing SageMaker model: `input_feature_map`, `output_prediction_map`, `openapi_spec`, `batch_size`.
Description. Update the mutable fields of an existing SageMaker model: input_feature_map, output_prediction_map, openapi_spec, batch_size. AWS credentials are not updated via PUT.
Example.
curl -sk -u "$SPLUNK_USER:$SPLUNK_PASSWORD" -X PUT
-H "Content-Type: application/json"
--data '{"model_name":"my_sagemaker_model","batch_size":4}'
"$SPLUNK_HOST/servicesNS/nobody/Splunk_ML_Toolkit/mltk/register_model?output_mode=json"