Veena

Results 2 comments of Veena

The `--no-prompt` parameter will skip the confirmation. From the README.md: --no-prompt Skip interactive prompt/confirmation for workspace import.

Hey @scardonal-- what version of databricks-agents are you using? In the latest version, `agents.deploy()` takes workload_size as a string [(docs here)](https://api-docs.databricks.com/python/databricks-agents/latest/databricks_agent_framework.html#databricks.agents.deploy). So, you should not need to import ServedModelInputWorkloadSize at...