| Package | Description |
|---|---|
| com.databricks.sdk.service.knowledgeassistants |
| Modifier and Type | Method and Description |
|---|---|
KnowledgeAssistant |
KnowledgeAssistantsAPI.createKnowledgeAssistant(CreateKnowledgeAssistantRequest request)
Creates a Knowledge Assistant.
|
KnowledgeAssistant |
KnowledgeAssistantsService.createKnowledgeAssistant(CreateKnowledgeAssistantRequest createKnowledgeAssistantRequest)
Creates a Knowledge Assistant.
|
KnowledgeAssistant |
CreateKnowledgeAssistantRequest.getKnowledgeAssistant() |
KnowledgeAssistant |
UpdateKnowledgeAssistantRequest.getKnowledgeAssistant() |
KnowledgeAssistant |
KnowledgeAssistantsAPI.getKnowledgeAssistant(GetKnowledgeAssistantRequest request)
Gets a Knowledge Assistant.
|
KnowledgeAssistant |
KnowledgeAssistantsService.getKnowledgeAssistant(GetKnowledgeAssistantRequest getKnowledgeAssistantRequest)
Gets a Knowledge Assistant.
|
KnowledgeAssistant |
KnowledgeAssistantsAPI.getKnowledgeAssistant(String name) |
KnowledgeAssistant |
KnowledgeAssistant.setCreateTime(com.google.protobuf.Timestamp createTime) |
KnowledgeAssistant |
KnowledgeAssistant.setCreator(String creator) |
KnowledgeAssistant |
KnowledgeAssistant.setDescription(String description) |
KnowledgeAssistant |
KnowledgeAssistant.setDisplayName(String displayName) |
KnowledgeAssistant |
KnowledgeAssistant.setEndpointName(String endpointName) |
KnowledgeAssistant |
KnowledgeAssistant.setErrorInfo(String errorInfo) |
KnowledgeAssistant |
KnowledgeAssistant.setExperimentId(String experimentId) |
KnowledgeAssistant |
KnowledgeAssistant.setId(String id) |
KnowledgeAssistant |
KnowledgeAssistant.setInstructions(String instructions) |
KnowledgeAssistant |
KnowledgeAssistant.setName(String name) |
KnowledgeAssistant |
KnowledgeAssistant.setState(KnowledgeAssistantState state) |
KnowledgeAssistant |
KnowledgeAssistantsAPI.updateKnowledgeAssistant(UpdateKnowledgeAssistantRequest request)
Updates a Knowledge Assistant.
|
KnowledgeAssistant |
KnowledgeAssistantsService.updateKnowledgeAssistant(UpdateKnowledgeAssistantRequest updateKnowledgeAssistantRequest)
Updates a Knowledge Assistant.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<KnowledgeAssistant> |
ListKnowledgeAssistantsResponse.getKnowledgeAssistants() |
Iterable<KnowledgeAssistant> |
KnowledgeAssistantsAPI.listKnowledgeAssistants(ListKnowledgeAssistantsRequest request)
List Knowledge Assistants
|
| Modifier and Type | Method and Description |
|---|---|
CreateKnowledgeAssistantRequest |
CreateKnowledgeAssistantRequest.setKnowledgeAssistant(KnowledgeAssistant knowledgeAssistant) |
UpdateKnowledgeAssistantRequest |
UpdateKnowledgeAssistantRequest.setKnowledgeAssistant(KnowledgeAssistant knowledgeAssistant) |
| Modifier and Type | Method and Description |
|---|---|
ListKnowledgeAssistantsResponse |
ListKnowledgeAssistantsResponse.setKnowledgeAssistants(Collection<KnowledgeAssistant> knowledgeAssistants) |
Copyright © 2026. All rights reserved.