Deploy Inference Endpoint
POST/api/2/auto_eval/deployment/deployInferenceEndpoint
Description of deployInferenceEndpoint
Request
- application/json
Body
modelAssetId
object
required
value stringrequired
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
endpoint
object
required
endpointUrl stringrequired
modelId
object
required
value stringrequired
{
"endpoint": {
"endpointUrl": "string",
"modelId": {
"value": "string"
}
}
}
Loading...