modelId property

String modelId
final

Identifier of the AI model used for prediction.

References the specific version of the classification model deployed on the server. Important for tracking model performance, comparing results, and ensuring reproducibility.

Example: 'culico-net-cls-v1', 'exp_7_new_bg_simple-subs_1_v_5'

Implementation

final String modelId;