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.

    1. On the Projects list page, select the project that contains the models that you want to work with. If you need help finding the list page or the project, see Listing Projects.
    2. On the project details page, select Models.
      All models in the selected project are displayed in a table, along with their model version sets.
    3. Find the model that you want to work with.
    4. From the Actions menu (three dots) for the model, select Edit.
    5. In the Edit Model panel, update the fields you want to change.
    6. Select Save.
  • 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.