labelAttribute
A JMESPath expression used to locate the list of label headers in the model container output.
Example: If the model container output of a batch request is '{"labels":["cat","dog","fish"],"probability":[0.6,0.3,0.1]}'
, then set LabelAttribute
to 'labels'
to extract the list of label headers ["cat","dog","fish"]