Viewing docs for Databricks v1.92.0
published on Tuesday, May 12, 2026 by Pulumi
published on Tuesday, May 12, 2026 by Pulumi
Viewing docs for Databricks v1.92.0
published on Tuesday, May 12, 2026 by Pulumi
published on Tuesday, May 12, 2026 by Pulumi
Using getSupervisorAgents
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSupervisorAgents(args: GetSupervisorAgentsArgs, opts?: InvokeOptions): Promise<GetSupervisorAgentsResult>
function getSupervisorAgentsOutput(args: GetSupervisorAgentsOutputArgs, opts?: InvokeOptions): Output<GetSupervisorAgentsResult>def get_supervisor_agents(page_size: Optional[int] = None,
provider_config: Optional[GetSupervisorAgentsProviderConfig] = None,
opts: Optional[InvokeOptions] = None) -> GetSupervisorAgentsResult
def get_supervisor_agents_output(page_size: pulumi.Input[Optional[int]] = None,
provider_config: pulumi.Input[Optional[GetSupervisorAgentsProviderConfigArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSupervisorAgentsResult]func GetSupervisorAgents(ctx *Context, args *GetSupervisorAgentsArgs, opts ...InvokeOption) (*GetSupervisorAgentsResult, error)
func GetSupervisorAgentsOutput(ctx *Context, args *GetSupervisorAgentsOutputArgs, opts ...InvokeOption) GetSupervisorAgentsResultOutput> Note: This function is named GetSupervisorAgents in the Go SDK.
public static class GetSupervisorAgents
{
public static Task<GetSupervisorAgentsResult> InvokeAsync(GetSupervisorAgentsArgs args, InvokeOptions? opts = null)
public static Output<GetSupervisorAgentsResult> Invoke(GetSupervisorAgentsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSupervisorAgentsResult> getSupervisorAgents(GetSupervisorAgentsArgs args, InvokeOptions options)
public static Output<GetSupervisorAgentsResult> getSupervisorAgents(GetSupervisorAgentsArgs args, InvokeOptions options)
fn::invoke:
function: databricks:index/getSupervisorAgents:getSupervisorAgents
arguments:
# arguments dictionarydata "databricks_getsupervisoragents" "name" {
# arguments
}The following arguments are supported:
- Page
Size int - The maximum number of supervisor agents to return. If unspecified, at most 100 supervisor agents will be returned. The maximum value is 100; values above 100 will be coerced to 100
- Provider
Config GetSupervisor Agents Provider Config - Configure the provider for management through account provider.
- Page
Size int - The maximum number of supervisor agents to return. If unspecified, at most 100 supervisor agents will be returned. The maximum value is 100; values above 100 will be coerced to 100
- Provider
Config GetSupervisor Agents Provider Config - Configure the provider for management through account provider.
- page_
size number - The maximum number of supervisor agents to return. If unspecified, at most 100 supervisor agents will be returned. The maximum value is 100; values above 100 will be coerced to 100
- provider_
config object - Configure the provider for management through account provider.
- page
Size Integer - The maximum number of supervisor agents to return. If unspecified, at most 100 supervisor agents will be returned. The maximum value is 100; values above 100 will be coerced to 100
- provider
Config GetSupervisor Agents Provider Config - Configure the provider for management through account provider.
- page
Size number - The maximum number of supervisor agents to return. If unspecified, at most 100 supervisor agents will be returned. The maximum value is 100; values above 100 will be coerced to 100
- provider
Config GetSupervisor Agents Provider Config - Configure the provider for management through account provider.
- page_
size int - The maximum number of supervisor agents to return. If unspecified, at most 100 supervisor agents will be returned. The maximum value is 100; values above 100 will be coerced to 100
- provider_
config GetSupervisor Agents Provider Config - Configure the provider for management through account provider.
- page
Size Number - The maximum number of supervisor agents to return. If unspecified, at most 100 supervisor agents will be returned. The maximum value is 100; values above 100 will be coerced to 100
- provider
Config Property Map - Configure the provider for management through account provider.
getSupervisorAgents Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Supervisor
Agents List<GetSupervisor Agents Supervisor Agent> - Page
Size int - Provider
Config GetSupervisor Agents Provider Config
- Id string
- The provider-assigned unique ID for this managed resource.
- Supervisor
Agents []GetSupervisor Agents Supervisor Agent - Page
Size int - Provider
Config GetSupervisor Agents Provider Config
- id string
- The provider-assigned unique ID for this managed resource.
- supervisor_
agents list(object) - page_
size number - provider_
config object
- id String
- The provider-assigned unique ID for this managed resource.
- supervisor
Agents List<GetSupervisor Agents Supervisor Agent> - page
Size Integer - provider
Config GetSupervisor Agents Provider Config
- id string
- The provider-assigned unique ID for this managed resource.
- supervisor
Agents GetSupervisor Agents Supervisor Agent[] - page
Size number - provider
Config GetSupervisor Agents Provider Config
- id str
- The provider-assigned unique ID for this managed resource.
- supervisor_
agents Sequence[GetSupervisor Agents Supervisor Agent] - page_
size int - provider_
config GetSupervisor Agents Provider Config
- id String
- The provider-assigned unique ID for this managed resource.
- supervisor
Agents List<Property Map> - page
Size Number - provider
Config Property Map
Supporting Types
GetSupervisorAgentsProviderConfig
- 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.
GetSupervisorAgentsSupervisorAgent
- Create
Time string - (string) - Creation timestamp
- Creator string
- (string) - The creator of the Supervisor Agent
- Description string
- (string) - Description of what this agent can do (user-facing)
- Display
Name string - (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
- Id string
- (string, deprecated) - Deprecated: Use supervisorAgentId instead
- Instructions string
- (string) - Optional natural-language instructions for the supervisor agent
- 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
- Provider
Config GetSupervisor Agents Supervisor Agent Provider Config - Configure the provider for management through account provider.
- Create
Time string - (string) - Creation timestamp
- Creator string
- (string) - The creator of the Supervisor Agent
- Description string
- (string) - Description of what this agent can do (user-facing)
- Display
Name string - (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
- Id string
- (string, deprecated) - Deprecated: Use supervisorAgentId instead
- Instructions string
- (string) - Optional natural-language instructions for the supervisor agent
- 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
- Provider
Config GetSupervisor Agents Supervisor Agent Provider Config - Configure the provider for management through account provider.
- create_
time string - (string) - Creation timestamp
- creator string
- (string) - The creator of the Supervisor Agent
- description string
- (string) - Description of what this agent can do (user-facing)
- display_
name string - (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
- id string
- (string, deprecated) - Deprecated: Use supervisorAgentId instead
- instructions string
- (string) - Optional natural-language instructions for the supervisor agent
- 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
- provider_
config object - Configure the provider for management through account provider.
- create
Time String - (string) - Creation timestamp
- creator String
- (string) - The creator of the Supervisor Agent
- description String
- (string) - Description of what this agent can do (user-facing)
- display
Name String - (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
- id String
- (string, deprecated) - Deprecated: Use supervisorAgentId instead
- instructions String
- (string) - Optional natural-language instructions for the supervisor agent
- 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
- provider
Config GetSupervisor Agents Supervisor Agent Provider Config - Configure the provider for management through account provider.
- create
Time string - (string) - Creation timestamp
- creator string
- (string) - The creator of the Supervisor Agent
- description string
- (string) - Description of what this agent can do (user-facing)
- display
Name string - (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
- id string
- (string, deprecated) - Deprecated: Use supervisorAgentId instead
- instructions string
- (string) - Optional natural-language instructions for the supervisor agent
- 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
- provider
Config GetSupervisor Agents Supervisor Agent Provider Config - Configure the provider for management through account provider.
- create_
time str - (string) - Creation timestamp
- creator str
- (string) - The creator of the Supervisor Agent
- description str
- (string) - Description of what this agent can do (user-facing)
- display_
name str - (string) - 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
- id str
- (string, deprecated) - Deprecated: Use supervisorAgentId instead
- instructions str
- (string) - Optional natural-language instructions for the supervisor agent
- 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
- provider_
config GetSupervisor Agents Supervisor Agent Provider Config - Configure the provider for management through account provider.
- create
Time String - (string) - Creation timestamp
- creator String
- (string) - The creator of the Supervisor Agent
- description String
- (string) - Description of what this agent can do (user-facing)
- display
Name String - (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
- id String
- (string, deprecated) - Deprecated: Use supervisorAgentId instead
- instructions String
- (string) - Optional natural-language instructions for the supervisor agent
- 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
- provider
Config Property Map - Configure the provider for management through account provider.
GetSupervisorAgentsSupervisorAgentProviderConfig
- 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.
Viewing docs for Databricks v1.92.0
published on Tuesday, May 12, 2026 by Pulumi
published on Tuesday, May 12, 2026 by Pulumi