Skip to content

Commit d275d78

Browse files
committed
load_ml_model: Change from id to uri & fix reference
1 parent c8a7e38 commit d275d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/load_ml_model.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"experimental": true,
1010
"parameters": [
1111
{
12-
"name": "id",
12+
"name": "uri",
1313
"description": "The STAC Item to load the machine learning model from. The STAC Item must implement the `ml-model` extension.",
1414
"schema": [
1515
{
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"returns": {
32-
"description": "A machine learning model to be used with machine learning processes such as ``ml_predict()`` or ``ml_predict_probabilities()``.",
32+
"description": "A machine learning model to be used with machine learning processes such as ``ml_predict()``.",
3333
"schema": {
3434
"type": "object",
3535
"subtype": "ml-model"

0 commit comments

Comments
 (0)