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

Getting descriptions of quick start models

Getting descriptions of quick start models

Use the modelhub resource to get a list of the names and descriptions of all quick start models.

GET request

To get information about the quick start models, use the following URI:
/mlops/api/v1/modelhub/models

GET response

Returns an overview of each quick start model.
The following table describes the fields in each quick start model overview:
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.
description
String
Description of the quick start model.
framework
String
Framework used to create the model. Quick start models use the framework
PYTHON
.
frameworkType
String
Internal type of the framework. Quick start models use the type
CUSTOM
.

0 COMMENTS

We’d like to hear from you!