Python
import requests url = "https://{FUSION HOST}/api/ai/ml-models/{modelId}" response = requests.head(url) print(response.json())
"<string>"
Check whether the specified model exists in Fusion.
OK
The response is of type string.
string
Was this page helpful?