/
CA
caraml-dev
/
Merlin
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 35m ago · Updated 1mo ago
Details
Filter operations
endpoint
6
get
List all endpoint of a model version
post
Deploy specific version of the models
get
Get version endpoint resource
put
Modify version endpoint, this API will redeploy the associated deployment
delete
Undeploy the specified model version deployment
get
Get all container belong to a version endpoint
environment
1
get
List available environment
log
1
get
Retrieve log from a container
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.
model_schema
4
get
List all of the model schemas
put
Creating new schemas for a model
get
Get detail of the schema
delete
Delete schema
models
9
get
Get model
delete
Delete model
get
List existing models
post
Register a new models
get
Lists teams for alert notification channel.
get
Lists alerts for given model.
get
Gets alert for given model endpoint.
put
Creates alert for given model endpoint.
post
Creates alert for given model endpoint.
prediction_jobs
8
get
List all prediction jobs created using the model. This endpoint is deprecated. Please use the corresponding /jobs-by-page endpoint instead.
get
List all prediction jobs created using the model with pagination
get
List all prediction jobs of a model version. This endpoint is deprecated. Please use the corresponding /jobs-by-page endpoint instead.
post
Create a prediction job from the given model version
get
Get prediction jobs with given id
put
Stop prediction jobs with given id
get
Get all container belong to a prediction job
get
List all prediction jobs of a model version with pagination
project
4
get
List existing projects
post
Create new project
get
Get project
put
Update project
secret
4
get
List secret
post
Create secret
delete
Delete secret
patch
Update secret
standard_transformer
1
post
Simulate standard transformer
version
5
get
List versions of the models
post
Log a new version of the models
get
Get version by ID from model
delete
Delete version by ID from model
patch
Patch the version
version_image
2
get
Get the Docker image for given model version
put
Build the Docker image for given model version
environment
List available environment
Environment can be filtered by optional
name
parameter
get
/environments
Query parameters
name
string
Response
OK
Changes