PUT Model Inputs

PUT /models/(mid)/inputs

Copies the input artifacts from one model to another. Both models must be part of the same project. By default, array artifacts are copied by reference instead of value for efficiency.

Parameters:
  • mid (string) – Unique model identifier.
Request Headers:
 
Request JSON Object:
 
  • sid (string) – Unique identifier of the source model.
  • deep-copy (bool) – Optional, make deep copies of input data if “true”.