contentTemplate
A template string used to format a JSON record into an acceptable model container input. For example, a ContentTemplate
string '{"myfeatures":$features}'
will format a list of features [1,2,3]
into the record string '{"myfeatures":[1,2,3]}'
. Required only when the model container input is in JSON Lines format.