featuresAttribute
Provides the JMESPath expression to extract the features from a model container input in JSON Lines format. For example, if FeaturesAttribute
is the JMESPath expression 'myfeatures'
, it extracts a list of features [1,2,3]
from request data '{"myfeatures":[1,2,3]}'
.