Model Endpoints
Endpoints
- GETFramework Details
/serving/inference/framework-details/ - POSTCreate Endpoints
/serving/inference/ - GETModel Endpoints List
/serving/inference - GETModel Endpoint Details
/serving/inference/{inference_id}/ - PUTUpdate/Actions (Start/Stop/Restart/Autoscale/Async)
/serving/inference/{inference_id}/ - DELETEDelete Model Endpoints
/serving/inference/{inference_id}/ - GETGet Async Invocation Config
/serving/inference/{inference_id}/async_config/ - GETList Alerts
/serving/inference/{inference_id}/alerts/ - POSTAttach Alert
/serving/inference/{inference_id}/alerts/ - DELETEDetach Alert
/serving/inference/{inference_id}/alerts/{alert_attachment_id}/ - GETGet Attached Security Groups
/serving/inference/{inference_id}/security-groups/ - POSTAttach Security Group
/serving/inference/{inference_id}/security-groups/ - DELETEDetach Security Group
/serving/inference/{inference_id}/security-groups/{sg_id}/ - POSTAttach VPC IP
/serving/inference/{inference_id}/vpc_ips/{vpc_ip_id}/ - DELETEDetach VPC IP
/serving/inference/{inference_id}/vpc_ips/{vpc_ip_id}/