Skip to content

Commit b9ab9a4

Browse files
authored
Merge pull request #204843 from Iyer-Narayan/patch-2
Fix incorrect parameter name
2 parents e5c23ee + 4135528 commit b9ab9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-use-batch-endpoint-sdk-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ A deployment is a set of resources required for hosting the model that does the
203203
Using the `MLClient` created earlier, we'll get a handle to the endpoint. The endpoint can be invoked using the `invoke` command with the following parameters:
204204

205205
* `name` - Name of the endpoint
206-
* `input_path` - Path where input data is present
206+
* `input` - Path where input data is present
207207
* `deployment_name` - Name of the specific deployment to test in an endpoint
208208

209209
1. Invoke the endpoint:

0 commit comments

Comments
 (0)