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

Uploading or updating a model file

Uploading or updating a model file

Use the model resource and the model file ID to upload or update a model file.

POST request

To upload or update a model file, include the model file ID in the URI. Use the following URI:
/mlops/api/v1/model/upload/<model file ID>
Include the following fields in the request:
Field
Type
Description
file
String
Model file to upload as a multipart file.
framework
String
Use
PYTHON
or
TENSORFLOW
as the value.

POST response

Returns the model file ID.

0 COMMENTS

We’d like to hear from you!