Get deployment info
GET {{baseUrl}}/api/:projectId/deployment?type=<string>&modelType=<string>&engine=<string>
Gives information on whether a deployment was already built for a type
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
type | string | (Required) The name of the built target. You can find this by listing all deployment targets through listDeploymentTargetsForProject (via GET /v1/api/{projectId}/deployment/targets ) and see the format type. | |
modelType | string | Optional model type of the build (if not, it uses the settings in the Keras block) | |
engine | string | Optional engine for the build (if not, it uses the default engine for the deployment target) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"hasDeployment":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"version":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}