aip_sdk.ConfigCapabilityError
aip_sdk.ConfigCapabilityError
A config is valid, but the operation asked of it is not built yet.
Distinct from ConfigValidationError: nothing about
the config is wrong, so re-authoring it will not help — the platform simply
cannot carry out this request for a config of that shape today. Raised instead
of degrading silently, which would drop part of what the config asked for.
Also a NotImplementedError, so pre-existing
except NotImplementedError handlers keep working.