published on Tuesday, May 12, 2026 by Pulumi
published on Tuesday, May 12, 2026 by Pulumi
Create SupervisorAgent Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SupervisorAgent(name: string, args: SupervisorAgentArgs, opts?: CustomResourceOptions);@overload
def SupervisorAgent(resource_name: str,
args: SupervisorAgentArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SupervisorAgent(resource_name: str,
opts: Optional[ResourceOptions] = None,
display_name: Optional[str] = None,
description: Optional[str] = None,
instructions: Optional[str] = None,
provider_config: Optional[SupervisorAgentProviderConfigArgs] = None)func NewSupervisorAgent(ctx *Context, name string, args SupervisorAgentArgs, opts ...ResourceOption) (*SupervisorAgent, error)public SupervisorAgent(string name, SupervisorAgentArgs args, CustomResourceOptions? opts = null)
public SupervisorAgent(String name, SupervisorAgentArgs args)
public SupervisorAgent(String name, SupervisorAgentArgs args, CustomResourceOptions options)
type: databricks:SupervisorAgent
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "databricks_supervisoragent" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args SupervisorAgentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SupervisorAgentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SupervisorAgentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SupervisorAgentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SupervisorAgentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var supervisorAgentResource = new Databricks.SupervisorAgent("supervisorAgentResource", new()
{
DisplayName = "string",
Description = "string",
Instructions = "string",
ProviderConfig = new Databricks.Inputs.SupervisorAgentProviderConfigArgs
{
WorkspaceId = "string",
},
});
example, err := databricks.NewSupervisorAgent(ctx, "supervisorAgentResource", &databricks.SupervisorAgentArgs{
DisplayName: pulumi.String("string"),
Description: pulumi.String("string"),
Instructions: pulumi.String("string"),
ProviderConfig: &databricks.SupervisorAgentProviderConfigArgs{
WorkspaceId: pulumi.String("string"),
},
})
resource "databricks_supervisoragent" "supervisorAgentResource" {
display_name = "string"
description = "string"
instructions = "string"
provider_config = {
workspace_id = "string"
}
}
var supervisorAgentResource = new SupervisorAgent("supervisorAgentResource", SupervisorAgentArgs.builder()
.displayName("string")
.description("string")
.instructions("string")
.providerConfig(SupervisorAgentProviderConfigArgs.builder()
.workspaceId("string")
.build())
.build());
supervisor_agent_resource = databricks.SupervisorAgent("supervisorAgentResource",
display_name="string",
description="string",
instructions="string",
provider_config={
"workspace_id": "string",
})
const supervisorAgentResource = new databricks.SupervisorAgent("supervisorAgentResource", {
displayName: "string",
description: "string",
instructions: "string",
providerConfig: {
workspaceId: "string",
},
});
type: databricks:SupervisorAgent
properties:
description: string
displayName: string
instructions: string
providerConfig:
workspaceId: string
SupervisorAgent Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SupervisorAgent resource accepts the following input properties:
- Display
Name string - The display name of the Supervisor Agent, unique at workspace level
- Description string
- Description of what this agent can do (user-facing)
- Instructions string
- Optional natural-language instructions for the supervisor agent
- Provider
Config SupervisorAgent Provider Config - Configure the provider for management through account provider.
- Display
Name string - The display name of the Supervisor Agent, unique at workspace level
- Description string
- Description of what this agent can do (user-facing)
- Instructions string
- Optional natural-language instructions for the supervisor agent
- Provider
Config SupervisorAgent Provider Config Args - Configure the provider for management through account provider.
- display_
name string - The display name of the Supervisor Agent, unique at workspace level
- description string
- Description of what this agent can do (user-facing)
- instructions string
- Optional natural-language instructions for the supervisor agent
- provider_
config object - Configure the provider for management through account provider.
- display
Name String - The display name of the Supervisor Agent, unique at workspace level
- description String
- Description of what this agent can do (user-facing)
- instructions String
- Optional natural-language instructions for the supervisor agent
- provider
Config SupervisorAgent Provider Config - Configure the provider for management through account provider.
- display
Name string - The display name of the Supervisor Agent, unique at workspace level
- description string
- Description of what this agent can do (user-facing)
- instructions string
- Optional natural-language instructions for the supervisor agent
- provider
Config SupervisorAgent Provider Config - Configure the provider for management through account provider.
- display_
name str - The display name of the Supervisor Agent, unique at workspace level
- description str
- Description of what this agent can do (user-facing)
- instructions str
- Optional natural-language instructions for the supervisor agent
- provider_
config SupervisorAgent Provider Config Args - Configure the provider for management through account provider.
- display
Name String - The display name of the Supervisor Agent, unique at workspace level
- description String
- Description of what this agent can do (user-facing)
- instructions String
- Optional natural-language instructions for the supervisor agent
- provider
Config Property Map - Configure the provider for management through account provider.
Outputs
All input properties are implicitly available as output properties. Additionally, the SupervisorAgent resource produces the following output properties:
- Create
Time string - (string) - Creation timestamp
- Creator string
- (string) - The creator of the Supervisor Agent
- Endpoint
Name string - (string) - The name of the supervisor agent's serving endpoint
- Experiment
Id string - (string) - The MLflow experiment ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- (string) - The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}
- Supervisor
Agent stringId - (string) - The universally unique identifier (UUID) of the Supervisor Agent
- Create
Time string - (string) - Creation timestamp
- Creator string
- (string) - The creator of the Supervisor Agent
- Endpoint
Name string - (string) - The name of the supervisor agent's serving endpoint
- Experiment
Id string - (string) - The MLflow experiment ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- (string) - The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}
- Supervisor
Agent stringId - (string) - The universally unique identifier (UUID) of the Supervisor Agent
- create_
time string - (string) - Creation timestamp
- creator string
- (string) - The creator of the Supervisor Agent
- endpoint_
name string - (string) - The name of the supervisor agent's serving endpoint
- experiment_
id string - (string) - The MLflow experiment ID
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- (string) - The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}
- supervisor_
agent_ stringid - (string) - The universally unique identifier (UUID) of the Supervisor Agent
- create
Time String - (string) - Creation timestamp
- creator String
- (string) - The creator of the Supervisor Agent
- endpoint
Name String - (string) - The name of the supervisor agent's serving endpoint
- experiment
Id String - (string) - The MLflow experiment ID
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- (string) - The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}
- supervisor
Agent StringId - (string) - The universally unique identifier (UUID) of the Supervisor Agent
- create
Time string - (string) - Creation timestamp
- creator string
- (string) - The creator of the Supervisor Agent
- endpoint
Name string - (string) - The name of the supervisor agent's serving endpoint
- experiment
Id string - (string) - The MLflow experiment ID
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- (string) - The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}
- supervisor
Agent stringId - (string) - The universally unique identifier (UUID) of the Supervisor Agent
- create_
time str - (string) - Creation timestamp
- creator str
- (string) - The creator of the Supervisor Agent
- endpoint_
name str - (string) - The name of the supervisor agent's serving endpoint
- experiment_
id str - (string) - The MLflow experiment ID
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- (string) - The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}
- supervisor_
agent_ strid - (string) - The universally unique identifier (UUID) of the Supervisor Agent
- create
Time String - (string) - Creation timestamp
- creator String
- (string) - The creator of the Supervisor Agent
- endpoint
Name String - (string) - The name of the supervisor agent's serving endpoint
- experiment
Id String - (string) - The MLflow experiment ID
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- (string) - The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}
- supervisor
Agent StringId - (string) - The universally unique identifier (UUID) of the Supervisor Agent
Look up Existing SupervisorAgent Resource
Get an existing SupervisorAgent resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SupervisorAgentState, opts?: CustomResourceOptions): SupervisorAgent@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
create_time: Optional[str] = None,
creator: Optional[str] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
endpoint_name: Optional[str] = None,
experiment_id: Optional[str] = None,
instructions: Optional[str] = None,
name: Optional[str] = None,
provider_config: Optional[SupervisorAgentProviderConfigArgs] = None,
supervisor_agent_id: Optional[str] = None) -> SupervisorAgentfunc GetSupervisorAgent(ctx *Context, name string, id IDInput, state *SupervisorAgentState, opts ...ResourceOption) (*SupervisorAgent, error)public static SupervisorAgent Get(string name, Input<string> id, SupervisorAgentState? state, CustomResourceOptions? opts = null)public static SupervisorAgent get(String name, Output<String> id, SupervisorAgentState state, CustomResourceOptions options)resources: _: type: databricks:SupervisorAgent get: id: ${id}import {
to = databricks_supervisoragent.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Create
Time string - (string) - Creation timestamp
- Creator string
- (string) - The creator of the Supervisor Agent
- Description string
- Description of what this agent can do (user-facing)
- Display
Name string - The display name of the Supervisor Agent, unique at workspace level
- Endpoint
Name string - (string) - The name of the supervisor agent's serving endpoint
- Experiment
Id string - (string) - The MLflow experiment ID
- Instructions string
- Optional natural-language instructions for the supervisor agent
- Name string
- (string) - The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}
- Provider
Config SupervisorAgent Provider Config - Configure the provider for management through account provider.
- Supervisor
Agent stringId - (string) - The universally unique identifier (UUID) of the Supervisor Agent
- Create
Time string - (string) - Creation timestamp
- Creator string
- (string) - The creator of the Supervisor Agent
- Description string
- Description of what this agent can do (user-facing)
- Display
Name string - The display name of the Supervisor Agent, unique at workspace level
- Endpoint
Name string - (string) - The name of the supervisor agent's serving endpoint
- Experiment
Id string - (string) - The MLflow experiment ID
- Instructions string
- Optional natural-language instructions for the supervisor agent
- Name string
- (string) - The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}
- Provider
Config SupervisorAgent Provider Config Args - Configure the provider for management through account provider.
- Supervisor
Agent stringId - (string) - The universally unique identifier (UUID) of the Supervisor Agent
- create_
time string - (string) - Creation timestamp
- creator string
- (string) - The creator of the Supervisor Agent
- description string
- Description of what this agent can do (user-facing)
- display_
name string - The display name of the Supervisor Agent, unique at workspace level
- endpoint_
name string - (string) - The name of the supervisor agent's serving endpoint
- experiment_
id string - (string) - The MLflow experiment ID
- instructions string
- Optional natural-language instructions for the supervisor agent
- name string
- (string) - The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}
- provider_
config object - Configure the provider for management through account provider.
- supervisor_
agent_ stringid - (string) - The universally unique identifier (UUID) of the Supervisor Agent
- create
Time String - (string) - Creation timestamp
- creator String
- (string) - The creator of the Supervisor Agent
- description String
- Description of what this agent can do (user-facing)
- display
Name String - The display name of the Supervisor Agent, unique at workspace level
- endpoint
Name String - (string) - The name of the supervisor agent's serving endpoint
- experiment
Id String - (string) - The MLflow experiment ID
- instructions String
- Optional natural-language instructions for the supervisor agent
- name String
- (string) - The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}
- provider
Config SupervisorAgent Provider Config - Configure the provider for management through account provider.
- supervisor
Agent StringId - (string) - The universally unique identifier (UUID) of the Supervisor Agent
- create
Time string - (string) - Creation timestamp
- creator string
- (string) - The creator of the Supervisor Agent
- description string
- Description of what this agent can do (user-facing)
- display
Name string - The display name of the Supervisor Agent, unique at workspace level
- endpoint
Name string - (string) - The name of the supervisor agent's serving endpoint
- experiment
Id string - (string) - The MLflow experiment ID
- instructions string
- Optional natural-language instructions for the supervisor agent
- name string
- (string) - The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}
- provider
Config SupervisorAgent Provider Config - Configure the provider for management through account provider.
- supervisor
Agent stringId - (string) - The universally unique identifier (UUID) of the Supervisor Agent
- create_
time str - (string) - Creation timestamp
- creator str
- (string) - The creator of the Supervisor Agent
- description str
- Description of what this agent can do (user-facing)
- display_
name str - The display name of the Supervisor Agent, unique at workspace level
- endpoint_
name str - (string) - The name of the supervisor agent's serving endpoint
- experiment_
id str - (string) - The MLflow experiment ID
- instructions str
- Optional natural-language instructions for the supervisor agent
- name str
- (string) - The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}
- provider_
config SupervisorAgent Provider Config Args - Configure the provider for management through account provider.
- supervisor_
agent_ strid - (string) - The universally unique identifier (UUID) of the Supervisor Agent
- create
Time String - (string) - Creation timestamp
- creator String
- (string) - The creator of the Supervisor Agent
- description String
- Description of what this agent can do (user-facing)
- display
Name String - The display name of the Supervisor Agent, unique at workspace level
- endpoint
Name String - (string) - The name of the supervisor agent's serving endpoint
- experiment
Id String - (string) - The MLflow experiment ID
- instructions String
- Optional natural-language instructions for the supervisor agent
- name String
- (string) - The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}
- provider
Config Property Map - Configure the provider for management through account provider.
- supervisor
Agent StringId - (string) - The universally unique identifier (UUID) of the Supervisor Agent
Supporting Types
SupervisorAgentProviderConfig, SupervisorAgentProviderConfigArgs
- Workspace
Id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- Workspace
Id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace_
id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace
Id String - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace
Id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace_
id str - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace
Id String - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricksTerraform Provider.
published on Tuesday, May 12, 2026 by Pulumi
