Models

Get the details of a model

get

Get the details of a model

Path parameters
modelIdstringRequired

Name of the model

Example: 3c6e4cb4-9b74-40c8-8f4a-132c9d5e4ace.h5
Responses
200
Successful operation
application/json
get
GET /strongcourage/MAIP/v1/models/{modelId} HTTP/1.1
Host: virtserver.swaggerhub.com
Accept: */*
200

Successful operation

{
  "content": ""
}

Update existing model ID

put

Renames the model with the given ID to a new ID

Path parameters
modelIdstringRequired

ID of the model to be updated

Body
newModelIdstringOptional

New ID for the model

Responses
200
Successful update name of a model
put
PUT /strongcourage/MAIP/v1/models/{modelId} HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 21

{
  "newModelId": "text"
}
200

Successful update name of a model

No content

Delete a model

delete

Delete a model

Path parameters
modelIdstringRequired

Name of the model

Example: 3c6e4cb4-9b74-40c8-8f4a-132c9d5e4ace.h5
Responses
200
Successful delete a model
delete
DELETE /strongcourage/MAIP/v1/models/{modelId} HTTP/1.1
Host: virtserver.swaggerhub.com
Accept: */*
200

Successful delete a model

No content