Administrator
- Administrator
- All Products
/mlops/api/v1/deployment/monitor
/mlops/api/v1/deployment/monitor?offset=<offset>&limit=<limit>&filter=<filter>&sortkey=<sort key>&sortdir=<sort direction>
Parameter
| Description
|
---|---|
offset
| Number of results to offset from the beginning. For example, if you want the request to skip the top 5 results, set the offset to 5.
|
limit
| Number of results to return. For example, if you want only the top 10 results, set the limit to 10.
|
filter
| Term to use to filter results. The results only include deployments with the filter term in the deployment name.
|
sortkey
| Field to use to sort the results. Use one of the following values:
NAME
DISPLAY_STATUS
LOCATION
STARTED_BY
START_TIME
STOP_TIME
DURATION
|
sortdir
| Direction to sort the results. Use either
ASC or
DESC .
|
/mlops/api/v1/deployment/monitor/<deployment ID>
Field
| Description
|
---|---|
count
| Number of deployments returned in this response.
|
offset
| Offset used in the response.
This might differ from the offset in the request if the requested value was out of bounds.
|
limit
| Limit used in the response.
This might differ from the limit in the request if the requested value was out of bounds.
|
deployments
| Object that describes each deployment.
|
deploymentID
| ID of the model deployment.
|
deploymentName
| Name of the model deployment.
|
state
| Requested state of the deployment. When you start or restart the deployment, the state is
ENABLED . When you stop the deployment, the state is
DISABLED .
|
status
| Internal status of the deployment.
|
statusLabel
| External status label for the current state and status.
|
message
| Warning or error message string.
Applies only if a warning or error occurs.
|
locationID
| ID of the folder that stores the deployment.
|
locationName
| Name of the folder that stores the deployment.
|
startedByUserID
| ID of the user that last started the deployment.
|
startedbyUserName
| Name of the user that last started the deployment.
|
startTime
| Time that the deployment started, in milliseconds from the UNIX epoch, 00:00:00 UTC on January 1, 1970.
|
stopTime
| Time that the deployment stopped, in milliseconds from the UNIX epoch.
Applies only when you stop the deployment.
|
duration
| Number of milliseconds since the deployment started running.
|
updateTime
| Time that the deployment status was last updated, in milliseconds from the UNIX epoch.
|
monitorTime
| Time that the deployment status was checked, in milliseconds from the UNIX epoch.
|
agentSaasid
| ID of the agent that deploys the job.
|
communicationMode
| Mode of communication to the REST API. The communication mode is
channel .
|
predictUrl
| Endpoint URL to use to generate predictions from the model.
|
framework
| Framework used to create the machine learning model.
|
frameworkType
| Type of framework used to register the machine learning model.
|