Viewing docs for Databricks v1.90.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
Viewing docs for Databricks v1.90.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
Using getKnowledgeAssistants
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 getKnowledgeAssistants(args: GetKnowledgeAssistantsArgs, opts?: InvokeOptions): Promise<GetKnowledgeAssistantsResult>
function getKnowledgeAssistantsOutput(args: GetKnowledgeAssistantsOutputArgs, opts?: InvokeOptions): Output<GetKnowledgeAssistantsResult>def get_knowledge_assistants(page_size: Optional[int] = None,
provider_config: Optional[GetKnowledgeAssistantsProviderConfig] = None,
opts: Optional[InvokeOptions] = None) -> GetKnowledgeAssistantsResult
def get_knowledge_assistants_output(page_size: Optional[pulumi.Input[int]] = None,
provider_config: Optional[pulumi.Input[GetKnowledgeAssistantsProviderConfigArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKnowledgeAssistantsResult]func GetKnowledgeAssistants(ctx *Context, args *GetKnowledgeAssistantsArgs, opts ...InvokeOption) (*GetKnowledgeAssistantsResult, error)
func GetKnowledgeAssistantsOutput(ctx *Context, args *GetKnowledgeAssistantsOutputArgs, opts ...InvokeOption) GetKnowledgeAssistantsResultOutput> Note: This function is named GetKnowledgeAssistants in the Go SDK.
public static class GetKnowledgeAssistants
{
public static Task<GetKnowledgeAssistantsResult> InvokeAsync(GetKnowledgeAssistantsArgs args, InvokeOptions? opts = null)
public static Output<GetKnowledgeAssistantsResult> Invoke(GetKnowledgeAssistantsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKnowledgeAssistantsResult> getKnowledgeAssistants(GetKnowledgeAssistantsArgs args, InvokeOptions options)
public static Output<GetKnowledgeAssistantsResult> getKnowledgeAssistants(GetKnowledgeAssistantsArgs args, InvokeOptions options)
fn::invoke:
function: databricks:index/getKnowledgeAssistants:getKnowledgeAssistants
arguments:
# arguments dictionaryThe following arguments are supported:
- Page
Size int - The maximum number of knowledge assistants to return. If unspecified, at most 100 knowledge assistants will be returned. The maximum value is 100; values above 100 will be coerced to 100
- Provider
Config GetKnowledge Assistants Provider Config - Configure the provider for management through account provider.
- Page
Size int - The maximum number of knowledge assistants to return. If unspecified, at most 100 knowledge assistants will be returned. The maximum value is 100; values above 100 will be coerced to 100
- Provider
Config GetKnowledge Assistants Provider Config - Configure the provider for management through account provider.
- page
Size Integer - The maximum number of knowledge assistants to return. If unspecified, at most 100 knowledge assistants will be returned. The maximum value is 100; values above 100 will be coerced to 100
- provider
Config GetKnowledge Assistants Provider Config - Configure the provider for management through account provider.
- page
Size number - The maximum number of knowledge assistants to return. If unspecified, at most 100 knowledge assistants will be returned. The maximum value is 100; values above 100 will be coerced to 100
- provider
Config GetKnowledge Assistants Provider Config - Configure the provider for management through account provider.
- page_
size int - The maximum number of knowledge assistants to return. If unspecified, at most 100 knowledge assistants will be returned. The maximum value is 100; values above 100 will be coerced to 100
- provider_
config GetKnowledge Assistants Provider Config - Configure the provider for management through account provider.
- page
Size Number - The maximum number of knowledge assistants to return. If unspecified, at most 100 knowledge assistants 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.
getKnowledgeAssistants Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Knowledge
Assistants List<GetKnowledge Assistants Knowledge Assistant> - Page
Size int - Provider
Config GetKnowledge Assistants Provider Config
- Id string
- The provider-assigned unique ID for this managed resource.
- Knowledge
Assistants []GetKnowledge Assistants Knowledge Assistant - Page
Size int - Provider
Config GetKnowledge Assistants Provider Config
- id String
- The provider-assigned unique ID for this managed resource.
- knowledge
Assistants List<GetKnowledge Assistants Knowledge Assistant> - page
Size Integer - provider
Config GetKnowledge Assistants Provider Config
- id string
- The provider-assigned unique ID for this managed resource.
- knowledge
Assistants GetKnowledge Assistants Knowledge Assistant[] - page
Size number - provider
Config GetKnowledge Assistants Provider Config
- id str
- The provider-assigned unique ID for this managed resource.
- knowledge_
assistants Sequence[GetKnowledge Assistants Knowledge Assistant] - page_
size int - provider_
config GetKnowledge Assistants Provider Config
- id String
- The provider-assigned unique ID for this managed resource.
- knowledge
Assistants List<Property Map> - page
Size Number - provider
Config Property Map
Supporting Types
GetKnowledgeAssistantsKnowledgeAssistant
- Create
Time string - (string) - Creation timestamp
- Creator string
- (string) - The creator of the Knowledge Assistant
- Description string
- (string) - Description of what this agent can do (user-facing). Required when creating a Knowledge Assistant. When updating a Knowledge Assistant, optional unless included in update_mask
- Display
Name string - (string) - The display name of the Knowledge Assistant, unique at workspace level. Required when creating a Knowledge Assistant. When updating a Knowledge Assistant, optional unless included in update_mask
- Endpoint
Name string - (string) - The name of the knowledge assistant agent endpoint
- Error
Info string - (string) - Error details when the Knowledge Assistant is in FAILED state
- Experiment
Id string - (string) - The MLflow experiment ID
- Id string
- (string) - The universally unique identifier (UUID) of the Knowledge Assistant
- Instructions string
- (string) - Additional global instructions on how the agent should generate answers. Optional on create and update. When updating a Knowledge Assistant, include this field in update_mask to modify it
- Name string
- (string) - The resource name of the Knowledge Assistant. Format: knowledge-assistants/{knowledge_assistant_id}
- State string
- (string) - State of the Knowledge Assistant. Not returned in List responses. Possible values are:
ACTIVE,CREATING,FAILED - Provider
Config GetKnowledge Assistants Knowledge Assistant Provider Config - Configure the provider for management through account provider.
- Create
Time string - (string) - Creation timestamp
- Creator string
- (string) - The creator of the Knowledge Assistant
- Description string
- (string) - Description of what this agent can do (user-facing). Required when creating a Knowledge Assistant. When updating a Knowledge Assistant, optional unless included in update_mask
- Display
Name string - (string) - The display name of the Knowledge Assistant, unique at workspace level. Required when creating a Knowledge Assistant. When updating a Knowledge Assistant, optional unless included in update_mask
- Endpoint
Name string - (string) - The name of the knowledge assistant agent endpoint
- Error
Info string - (string) - Error details when the Knowledge Assistant is in FAILED state
- Experiment
Id string - (string) - The MLflow experiment ID
- Id string
- (string) - The universally unique identifier (UUID) of the Knowledge Assistant
- Instructions string
- (string) - Additional global instructions on how the agent should generate answers. Optional on create and update. When updating a Knowledge Assistant, include this field in update_mask to modify it
- Name string
- (string) - The resource name of the Knowledge Assistant. Format: knowledge-assistants/{knowledge_assistant_id}
- State string
- (string) - State of the Knowledge Assistant. Not returned in List responses. Possible values are:
ACTIVE,CREATING,FAILED - Provider
Config GetKnowledge Assistants Knowledge Assistant Provider Config - Configure the provider for management through account provider.
- create
Time String - (string) - Creation timestamp
- creator String
- (string) - The creator of the Knowledge Assistant
- description String
- (string) - Description of what this agent can do (user-facing). Required when creating a Knowledge Assistant. When updating a Knowledge Assistant, optional unless included in update_mask
- display
Name String - (string) - The display name of the Knowledge Assistant, unique at workspace level. Required when creating a Knowledge Assistant. When updating a Knowledge Assistant, optional unless included in update_mask
- endpoint
Name String - (string) - The name of the knowledge assistant agent endpoint
- error
Info String - (string) - Error details when the Knowledge Assistant is in FAILED state
- experiment
Id String - (string) - The MLflow experiment ID
- id String
- (string) - The universally unique identifier (UUID) of the Knowledge Assistant
- instructions String
- (string) - Additional global instructions on how the agent should generate answers. Optional on create and update. When updating a Knowledge Assistant, include this field in update_mask to modify it
- name String
- (string) - The resource name of the Knowledge Assistant. Format: knowledge-assistants/{knowledge_assistant_id}
- state String
- (string) - State of the Knowledge Assistant. Not returned in List responses. Possible values are:
ACTIVE,CREATING,FAILED - provider
Config GetKnowledge Assistants Knowledge Assistant Provider Config - Configure the provider for management through account provider.
- create
Time string - (string) - Creation timestamp
- creator string
- (string) - The creator of the Knowledge Assistant
- description string
- (string) - Description of what this agent can do (user-facing). Required when creating a Knowledge Assistant. When updating a Knowledge Assistant, optional unless included in update_mask
- display
Name string - (string) - The display name of the Knowledge Assistant, unique at workspace level. Required when creating a Knowledge Assistant. When updating a Knowledge Assistant, optional unless included in update_mask
- endpoint
Name string - (string) - The name of the knowledge assistant agent endpoint
- error
Info string - (string) - Error details when the Knowledge Assistant is in FAILED state
- experiment
Id string - (string) - The MLflow experiment ID
- id string
- (string) - The universally unique identifier (UUID) of the Knowledge Assistant
- instructions string
- (string) - Additional global instructions on how the agent should generate answers. Optional on create and update. When updating a Knowledge Assistant, include this field in update_mask to modify it
- name string
- (string) - The resource name of the Knowledge Assistant. Format: knowledge-assistants/{knowledge_assistant_id}
- state string
- (string) - State of the Knowledge Assistant. Not returned in List responses. Possible values are:
ACTIVE,CREATING,FAILED - provider
Config GetKnowledge Assistants Knowledge Assistant Provider Config - Configure the provider for management through account provider.
- create_
time str - (string) - Creation timestamp
- creator str
- (string) - The creator of the Knowledge Assistant
- description str
- (string) - Description of what this agent can do (user-facing). Required when creating a Knowledge Assistant. When updating a Knowledge Assistant, optional unless included in update_mask
- display_
name str - (string) - The display name of the Knowledge Assistant, unique at workspace level. Required when creating a Knowledge Assistant. When updating a Knowledge Assistant, optional unless included in update_mask
- endpoint_
name str - (string) - The name of the knowledge assistant agent endpoint
- error_
info str - (string) - Error details when the Knowledge Assistant is in FAILED state
- experiment_
id str - (string) - The MLflow experiment ID
- id str
- (string) - The universally unique identifier (UUID) of the Knowledge Assistant
- instructions str
- (string) - Additional global instructions on how the agent should generate answers. Optional on create and update. When updating a Knowledge Assistant, include this field in update_mask to modify it
- name str
- (string) - The resource name of the Knowledge Assistant. Format: knowledge-assistants/{knowledge_assistant_id}
- state str
- (string) - State of the Knowledge Assistant. Not returned in List responses. Possible values are:
ACTIVE,CREATING,FAILED - provider_
config GetKnowledge Assistants Knowledge Assistant Provider Config - Configure the provider for management through account provider.
- create
Time String - (string) - Creation timestamp
- creator String
- (string) - The creator of the Knowledge Assistant
- description String
- (string) - Description of what this agent can do (user-facing). Required when creating a Knowledge Assistant. When updating a Knowledge Assistant, optional unless included in update_mask
- display
Name String - (string) - The display name of the Knowledge Assistant, unique at workspace level. Required when creating a Knowledge Assistant. When updating a Knowledge Assistant, optional unless included in update_mask
- endpoint
Name String - (string) - The name of the knowledge assistant agent endpoint
- error
Info String - (string) - Error details when the Knowledge Assistant is in FAILED state
- experiment
Id String - (string) - The MLflow experiment ID
- id String
- (string) - The universally unique identifier (UUID) of the Knowledge Assistant
- instructions String
- (string) - Additional global instructions on how the agent should generate answers. Optional on create and update. When updating a Knowledge Assistant, include this field in update_mask to modify it
- name String
- (string) - The resource name of the Knowledge Assistant. Format: knowledge-assistants/{knowledge_assistant_id}
- state String
- (string) - State of the Knowledge Assistant. Not returned in List responses. Possible values are:
ACTIVE,CREATING,FAILED - provider
Config Property Map - Configure the provider for management through account provider.
GetKnowledgeAssistantsKnowledgeAssistantProviderConfig
- 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.
GetKnowledgeAssistantsProviderConfig
- 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.90.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
