We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b7ace commit c6f87ecCopy full SHA for c6f87ec
ads/aqua/model/model.py
@@ -431,7 +431,7 @@ def edit_registered_model(
431
if (
432
inference_container
433
== InferenceContainerTypeFamily.AQUA_TEI_CONTAINER_FAMILY
434
- or inference_container == None
+ or inference_container is None
435
):
436
custom_metadata_list.add(
437
key=ModelCustomMetadataFields.DEPLOYMENT_CONTAINER_URI,
0 commit comments