IOrganizationLlmEndpointsService
Home > @gooddata/sdk-backend-spi > IOrganizationLlmEndpointsService
IOrganizationLlmEndpointsService interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
This service provides access to organization llm endpoints configuration.
Signature:
export interface IOrganizationLlmEndpointsService
Methods
Method | Description |
---|---|
createLlmEndpoint(endpoint, token) | (ALPHA) Create a new llm endpoint |
deleteLlmEndpoint(id) | (ALPHA) Delete an endpoint |
getAll() | (ALPHA) Get all llm endpoints |
getCount() | (ALPHA) Get count of all llm endpoints |
getLlmEndpoint(id) | (ALPHA) Get llm endpoint by id |
patchLlmEndpoint(endpoint, token) | (ALPHA) Patch existing llm endpoint |
updateLlmEndpoint(endpoint, token) | (ALPHA) Update existing llm endpoint |