/
CA
caraml-dev
/
Merlin
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
endpoint
6
environment
1
log
1
model_endpoints
6
get
List existing model endpoints for all models in particular project
get
List model endpoint
post
Create a model endpoint
get
Get a model endpoint
put
Update model endpoint data. Mainly used to update its rule.
delete
Stop serving traffic to the model endpoint, then delete it.
models
9
prediction_jobs
6
project
4
secret
4
standard_transformer
1
version
5
model_endpoints
Create a model endpoint
post
/models/{model_id}/endpoints
Path parameters
model_id
integer
required
Request body
ModelEndpoint
required
id
integer
model_id
integer
model
Model
status
'pending'
|
'running'
|
'serving'
|
'failed'
|
'terminated'
url
string
hostname
rule
ModelEndpointRule
environment_name
string
environment
Environment
protocol
'HTTP_JSON'
|
'UPI_V1'
created_at
string
date-time
updated_at
string
date-time
Response
OK
Changes