This metric determines if the model specified exist. If no, it will return a
0
, if it does, it returns
1
.
SystemInfo.model == 'model_name' | replace(to_string(@) 'true' , '1') | replace(to_string(@) 'false' , '0') | to_number(@)