Invoke applications
Inferencing applications can be achieved using any of the methods described below.
Last updated
Inferencing applications can be achieved using any of the methods described below.
Last updated
To send a sample request using Hydrosphere UI, open the desired application, and press the Test button at the upper right corner. We will generate dummy inputs based on your model's contract and send an HTTP request to the model's endpoint.
POST
undefined/gateway/application/<application:name>
To send an HTTP request, you should send a POST request to the /gateway/application/<applicationName> endpoint with the JSON body containing your request data, composed with respect to the model's contract.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
To send a gRPC request you need to create a specific client.
You can learn more about our Python SDK here.
application:name
string
Name of the application
object
Request data, composed with respect to the model's contract.