Skip to content

Commit 4135528

Browse files
authored
Update how-to-use-batch-endpoint-sdk-v2.md
1 parent 52f3a6b commit 4135528

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)