Skip to content

Commit

Permalink
load_ml_model: Change from id to uri & fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed May 16, 2023
1 parent c8a7e38 commit d275d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/load_ml_model.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"experimental": true,
"parameters": [
{
"name": "id",
"name": "uri",
"description": "The STAC Item to load the machine learning model from. The STAC Item must implement the `ml-model` extension.",
"schema": [
{
Expand All @@ -29,7 +29,7 @@
}
],
"returns": {
"description": "A machine learning model to be used with machine learning processes such as ``ml_predict()`` or ``ml_predict_probabilities()``.",
"description": "A machine learning model to be used with machine learning processes such as ``ml_predict()``.",
"schema": {
"type": "object",
"subtype": "ml-model"
Expand Down

0 comments on commit d275d78

Please sign in to comment.