Data Integration
- Data Integration
- All Products
/mlops/api/v1/deployment/request/<deployment ID>
Field
| Type
| Description
|
---|---|---|
deployment_id
| String
| ID of the quick start model or model deployment.
|
request
| String
| Input fields needed to generate a prediction. The request should consist of key-value pairs in a serialized JSON string.
To generate predictions from a quick start model, use the input fields defined for that model.
To generate predictions from a user-defined model, use the input fields that you specified when you registered the machine learning model.
|