Unsupported
Unsupported
Parameters
Examples
try:
model.enable_advanced_feature()
except Unsupported as e:
print(f”Feature not available: {e.message}”)
# Use alternative approach or upgrade platform- Using enterprise features on basic plans
- Attempting operations on incompatible model types
- Calling deprecated API methodsmessage : str = 'This operation is not supported'
Last updated
Was this helpful?