{ "id": "@kbn/inference-endpoint-ui-common", "client": { "classes": [], "functions": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.InferenceFlyoutWrapper", "type": "Function", "tags": [], "label": "InferenceFlyoutWrapper", "description": [], "signature": [ "({ onFlyoutClose, http, toasts, isEdit, onSubmitSuccess, inferenceEndpoint, }: InferenceFlyoutWrapperProps) => React.JSX.Element" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/inference_flyout_wrapper.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.InferenceFlyoutWrapper.$1", "type": "Object", "tags": [], "label": "{\n onFlyoutClose,\n http,\n toasts,\n isEdit,\n onSubmitSuccess,\n inferenceEndpoint,\n}", "description": [], "signature": [ "InferenceFlyoutWrapperProps" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/inference_flyout_wrapper.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.InferenceServiceFormFields", "type": "Function", "tags": [], "label": "InferenceServiceFormFields", "description": [], "signature": [ "({ http, toasts, isEdit, isPreconfigured, }: InferenceServicesProps) => React.JSX.Element | null" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/inference_service_form_fields.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.InferenceServiceFormFields.$1", "type": "Object", "tags": [], "label": "{\n http,\n toasts,\n isEdit,\n isPreconfigured,\n}", "description": [], "signature": [ "InferenceServicesProps" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/inference_service_form_fields.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.isInferenceEndpointExists", "type": "Function", "tags": [], "label": "isInferenceEndpointExists", "description": [], "signature": [ "(http: ", "HttpSetup", ", inferenceEndpointId: string) => Promise" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/hooks/inference_endpoint_exists.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.isInferenceEndpointExists.$1", "type": "Object", "tags": [], "label": "http", "description": [], "signature": [ "HttpSetup" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/hooks/inference_endpoint_exists.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.isInferenceEndpointExists.$2", "type": "string", "tags": [], "label": "inferenceEndpointId", "description": [], "signature": [ "string" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/hooks/inference_endpoint_exists.ts", "deprecated": false, "trackAdoption": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.useProviders", "type": "Function", "tags": [], "label": "useProviders", "description": [], "signature": [ "(http: ", "HttpSetup", ", toasts: ", "IToasts", ") => ", "UseQueryResult", "<", { "pluginId": "@kbn/inference-endpoint-ui-common", "scope": "public", "docId": "kibKbnInferenceEndpointUiCommonPluginApi", "section": "def-public.InferenceProvider", "text": "InferenceProvider" }, "[], { body: ", { "pluginId": "kibanaUtils", "scope": "common", "docId": "kibKibanaUtilsPluginApi", "section": "def-common.KibanaServerError", "text": "KibanaServerError" }, "; }>" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/hooks/use_providers.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.useProviders.$1", "type": "Object", "tags": [], "label": "http", "description": [], "signature": [ "HttpSetup" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/hooks/use_providers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.useProviders.$2", "type": "Object", "tags": [], "label": "toasts", "description": [], "signature": [ "IToasts" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/hooks/use_providers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false } ], "interfaces": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Config", "type": "Interface", "tags": [], "label": "Config", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Config.taskType", "type": "string", "tags": [], "label": "taskType", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Config.taskTypeConfig", "type": "Object", "tags": [], "label": "taskTypeConfig", "description": [], "signature": [ "Record | undefined" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Config.inferenceId", "type": "string", "tags": [], "label": "inferenceId", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Config.provider", "type": "string", "tags": [], "label": "provider", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Config.providerConfig", "type": "Object", "tags": [], "label": "providerConfig", "description": [], "signature": [ "Record | undefined" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Config", "type": "Interface", "tags": [], "label": "Config", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Config.taskType", "type": "string", "tags": [], "label": "taskType", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Config.taskTypeConfig", "type": "Object", "tags": [], "label": "taskTypeConfig", "description": [], "signature": [ "Record | undefined" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Config.inferenceId", "type": "string", "tags": [], "label": "inferenceId", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Config.provider", "type": "string", "tags": [], "label": "provider", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Config.providerConfig", "type": "Object", "tags": [], "label": "providerConfig", "description": [], "signature": [ "Record | undefined" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigCategoryProperties", "type": "Interface", "tags": [], "label": "ConfigCategoryProperties", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigCategoryProperties.label", "type": "string", "tags": [], "label": "label", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigCategoryProperties.order", "type": "number", "tags": [], "label": "order", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigCategoryProperties.type", "type": "string", "tags": [], "label": "type", "description": [], "signature": [ "\"category\"" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigEntryView", "type": "Interface", "tags": [], "label": "ConfigEntryView", "description": [], "signature": [ { "pluginId": "@kbn/inference-endpoint-ui-common", "scope": "public", "docId": "kibKbnInferenceEndpointUiCommonPluginApi", "section": "def-public.ConfigEntryView", "text": "ConfigEntryView" }, " extends ConfigEntry" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigEntryView.isValid", "type": "boolean", "tags": [], "label": "isValid", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigEntryView.validationErrors", "type": "Array", "tags": [], "label": "validationErrors", "description": [], "signature": [ "string[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigEntryView.value", "type": "CompoundType", "tags": [], "label": "value", "description": [], "signature": [ "string | number | boolean | null" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigProperties", "type": "Interface", "tags": [], "label": "ConfigProperties", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigProperties.default_value", "type": "CompoundType", "tags": [], "label": "default_value", "description": [], "signature": [ "string | number | boolean | null" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigProperties.description", "type": "CompoundType", "tags": [], "label": "description", "description": [], "signature": [ "string | null" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigProperties.label", "type": "string", "tags": [], "label": "label", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigProperties.required", "type": "boolean", "tags": [], "label": "required", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigProperties.sensitive", "type": "boolean", "tags": [], "label": "sensitive", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigProperties.updatable", "type": "boolean", "tags": [], "label": "updatable", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigProperties.type", "type": "Enum", "tags": [], "label": "type", "description": [], "signature": [ { "pluginId": "@kbn/inference-endpoint-ui-common", "scope": "public", "docId": "kibKbnInferenceEndpointUiCommonPluginApi", "section": "def-public.FieldType", "text": "FieldType" } ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ConfigProperties.supported_task_types", "type": "Array", "tags": [], "label": "supported_task_types", "description": [], "signature": [ "string[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Dependency", "type": "Interface", "tags": [], "label": "Dependency", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Dependency.field", "type": "string", "tags": [], "label": "field", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Dependency.value", "type": "CompoundType", "tags": [], "label": "value", "description": [], "signature": [ "string | number | boolean | null" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.InferenceEndpoint", "type": "Interface", "tags": [], "label": "InferenceEndpoint", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.InferenceEndpoint.config", "type": "Object", "tags": [], "label": "config", "description": [], "signature": [ { "pluginId": "@kbn/inference-endpoint-ui-common", "scope": "public", "docId": "kibKbnInferenceEndpointUiCommonPluginApi", "section": "def-public.Config", "text": "Config" } ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.InferenceEndpoint.secrets", "type": "Object", "tags": [], "label": "secrets", "description": [], "signature": [ { "pluginId": "@kbn/inference-endpoint-ui-common", "scope": "public", "docId": "kibKbnInferenceEndpointUiCommonPluginApi", "section": "def-public.Secrets", "text": "Secrets" } ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.InferenceProvider", "type": "Interface", "tags": [], "label": "InferenceProvider", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.InferenceProvider.service", "type": "string", "tags": [], "label": "service", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.InferenceProvider.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.InferenceProvider.task_types", "type": "Array", "tags": [], "label": "task_types", "description": [], "signature": [ "string[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.InferenceProvider.logo", "type": "string", "tags": [], "label": "logo", "description": [], "signature": [ "string | undefined" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.InferenceProvider.configurations", "type": "Object", "tags": [], "label": "configurations", "description": [], "signature": [ "{ [x: string]: ", { "pluginId": "@kbn/inference-endpoint-ui-common", "scope": "public", "docId": "kibKbnInferenceEndpointUiCommonPluginApi", "section": "def-public.ConfigProperties", "text": "ConfigProperties" }, "; }" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Secrets", "type": "Interface", "tags": [], "label": "Secrets", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Secrets.providerSecrets", "type": "Object", "tags": [], "label": "providerSecrets", "description": [], "signature": [ "Record | undefined" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Secrets", "type": "Interface", "tags": [], "label": "Secrets", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Secrets.providerSecrets", "type": "Object", "tags": [], "label": "providerSecrets", "description": [], "signature": [ "Record | undefined" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SelectOption", "type": "Interface", "tags": [], "label": "SelectOption", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SelectOption.label", "type": "string", "tags": [], "label": "label", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SelectOption.value", "type": "string", "tags": [], "label": "value", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SelectOption.icon", "type": "string", "tags": [], "label": "icon", "description": [], "signature": [ "string | undefined" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Validation", "type": "Interface", "tags": [], "label": "Validation", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Validation.constraint", "type": "CompoundType", "tags": [], "label": "constraint", "description": [], "signature": [ "string | number" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.Validation.type", "type": "string", "tags": [], "label": "type", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false } ], "initialIsOpen": false } ], "enums": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.FieldType", "type": "Enum", "tags": [], "label": "FieldType", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.ServiceProviderKeys", "type": "Enum", "tags": [], "label": "ServiceProviderKeys", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false } ], "misc": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.DEFAULT_TASK_TYPE", "type": "string", "tags": [], "label": "DEFAULT_TASK_TYPE", "description": [], "signature": [ "\"completion\"" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.FieldsConfiguration", "type": "Type", "tags": [], "label": "FieldsConfiguration", "description": [], "signature": [ "{ [x: string]: ", { "pluginId": "@kbn/inference-endpoint-ui-common", "scope": "public", "docId": "kibKbnInferenceEndpointUiCommonPluginApi", "section": "def-public.ConfigProperties", "text": "ConfigProperties" }, "; }" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.INFERENCE_ENDPOINT_INTERNAL_API_VERSION", "type": "string", "tags": [], "label": "INFERENCE_ENDPOINT_INTERNAL_API_VERSION", "description": [], "signature": [ "\"1\"" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false } ], "objects": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS", "type": "Object", "tags": [], "label": "SERVICE_PROVIDERS", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.amazonbedrock", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.amazonbedrock]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.amazonbedrock.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.amazonbedrock.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.amazonbedrock.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "(\"Search\" | \"Observability\" | \"Security\")[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.azureaistudio", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.azureaistudio]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.azureaistudio.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.azureaistudio.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.azureaistudio.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "\"Search\"[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.azureopenai", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.azureopenai]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.azureopenai.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.azureopenai.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.azureopenai.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "(\"Search\" | \"Observability\" | \"Security\")[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.anthropic", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.anthropic]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.anthropic.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.anthropic.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.anthropic.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "\"Search\"[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.cohere", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.cohere]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.cohere.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.cohere.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.cohere.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "\"Search\"[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.elasticsearch", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.elasticsearch]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.elasticsearch.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.elasticsearch.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.elasticsearch.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "\"Search\"[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.elastic", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.elastic]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.elastic.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.elastic.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.elastic.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "(\"Search\" | \"Observability\" | \"Security\")[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.googleaistudio", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.googleaistudio]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.googleaistudio.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.googleaistudio.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.googleaistudio.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "\"Search\"[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.googlevertexai", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.googlevertexai]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.googlevertexai.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.googlevertexai.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.googlevertexai.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "(\"Search\" | \"Observability\" | \"Security\")[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.hugging_face", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.hugging_face]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.hugging_face.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.hugging_face.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.hugging_face.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "\"Search\"[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.mistral", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.mistral]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.mistral.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.mistral.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.mistral.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "\"Search\"[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.openai", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.openai]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.openai.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.openai.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.openai.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "(\"Search\" | \"Observability\" | \"Security\")[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeysalibabacloudaisearch", "type": "Object", "tags": [], "label": "[ServiceProviderKeys['alibabacloud-ai-search']]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeysalibabacloudaisearch.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeysalibabacloudaisearch.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeysalibabacloudaisearch.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "string[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.watsonxai", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.watsonxai]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.watsonxai.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.watsonxai.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.watsonxai.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "\"Search\"[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.jinaai", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.jinaai]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.jinaai.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.jinaai.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.jinaai.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "\"Search\"[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.voyageai", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.voyageai]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.voyageai.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.voyageai.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.voyageai.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "\"Search\"[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.deepseek", "type": "Object", "tags": [], "label": "[ServiceProviderKeys.deepseek]", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.deepseek.icon", "type": "string", "tags": [], "label": "icon", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.deepseek.name", "type": "string", "tags": [], "label": "name", "description": [], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.SERVICE_PROVIDERS.ServiceProviderKeys.deepseek.solutions", "type": "Array", "tags": [], "label": "solutions", "description": [], "signature": [ "\"Search\"[]" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/components/providers/render_service_provider/service_provider.tsx", "deprecated": false, "trackAdoption": false } ] } ], "initialIsOpen": false } ] }, "server": { "classes": [], "functions": [], "interfaces": [], "enums": [], "misc": [], "objects": [] }, "common": { "classes": [], "functions": [], "interfaces": [], "enums": [], "misc": [], "objects": [] } }