| subcategory | Agent Bricks |
|---|
The following arguments are supported:
display_name(string, required) - The display name of the Supervisor Agent, unique at workspace leveldescription(string, optional) - Description of what this agent can do (user-facing)instructions(string, optional) - Optional natural-language instructions for the supervisor agentprovider_config(ProviderConfig, optional) - Configure the provider for management through account provider.
workspace_id(string,optional) - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
In addition to the above arguments, the following attributes are exported:
create_time(string) - Creation timestampcreator(string) - The creator of the Supervisor Agentendpoint_name(string) - The name of the supervisor agent's serving endpointexperiment_id(string) - The MLflow experiment IDid(string, deprecated) - Deprecated: Use supervisor_agent_id insteadname(string) - The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}supervisor_agent_id(string) - The universally unique identifier (UUID) of the Supervisor Agent
As of Terraform v1.5, resources can be imported through configuration.
import {
id = "name"
to = databricks_supervisor_agent.this
}If you are using an older version of Terraform, import the resource using the terraform import command as follows:
terraform import databricks_supervisor_agent.this "name"