Table of Contents

Search

  1. Preface
  2. Informatica Intelligent Cloud Services REST API
  3. Platform REST API version 2 resources
  4. Platform REST API version 3 resources
  5. Data Integration REST API
  6. Mass Ingestion Files REST API
  7. Mass Ingestion Streaming REST API
  8. Model Serve REST API
  9. RunAJob utility
  10. ParamSetCli utility
  11. REST API codes
  12. REST API resource quick references

REST API Reference

REST API Reference

Monitoring quick start models

Monitoring quick start models

Use the modelhub resource to get the statuses of all quick start models.

GET request

To monitor all quick start models, use the following URI:
/mlops/api/v1/modelhub/monitor

GET response

Returns a status summary of each quick start model.
The following table describes the fields in each status summary:
Field
Type
Description
displayName
String
External name of the quick start model that displays in the user interface.
name
String
Internal name of the quick start model.
deploymentStatus
String
Current status of the quick start model.
deploymentState
String
Requested state of the quick start model. When you start or restart a model, the requested state is
ENABLED
. When you stop a model, the requested state is
DISABLED
.
deploymentId
String
ID of the quick start model.
predictUrl
String
Model endpoint URL. Use the URL to generate predictions from the model.
Applies when the quick start model is available.

0 COMMENTS

We’d like to hear from you!