API Reference
Log In

Sample request

Overview

The sample request snippet is created with the input test file upon Model Deployment. It features on the Model Details page and shows how to submit a job request to the model. Samples may be updated but need to match their model’s input requirements.

The sample request object

{
   "model": {},
   "input": {}
}
ParameterTypeDescription
modelobjectAn object that contains model details.
inputobjectAn object that contains input details.