Editing a Model
You can edit (update) some Data Science model options.
If you added metadata to a model, you can edit the provenance and taxonomy. You can't edit the input and output schemas.
You can edit the model name and description, all other options are unchangeable. You can change a model by loading it back into a notebook session, making changes, and then saving the model as a new model.
Use the oci data-science model update command and required parameters to edit (update) a model:
oci data-science model update --model-id <model-id> ... [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Use the UpdateModel operation to edit (update) a model.