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 0e0a37f commit b2518b4Copy full SHA for b2518b4
unboxapi/__init__.py
@@ -447,7 +447,6 @@ def add_model(
447
endpoint = f"projects/{project_id}/ml-models"
448
payload = dict(
449
name=name,
450
- projectId=project_id,
451
description=description,
452
classNames=class_names,
453
architectureType=model_type.name,
@@ -650,7 +649,6 @@ def add_dataset(
650
649
)
651
endpoint = f"projects/{project_id}/datasets"
652
653
654
commitMessage=commit_message,
655
taskType=task_type.value,
656
0 commit comments