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 information about a quick start model

Getting information about a quick start model

Use the modelhub resource to get information about a single quick start model.

GET request

To get information about a quick start model, use the following URI:
/mlops/api/v1/modelhub/preBuiltModel?name=<model name>
To get information about the image classification model, use
IMAGE_CLASSIFICATION
as the model name. To get information about the text translation model, use
TEXT_TRANSLATION
as the model name.

GET response

Returns a summary of the quick start model.
The following table describes the fields in each quick start model 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.
description
String
Description of the quick start model.
id
String
ID of the quick start model.
status
String
Current status 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!