EmbedderResponse Model
EmbedderResponse Model documentation for Java SDK
EmbedderResponse
Embedder configuration information
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| embedderId | UUID | Unique identifier of the embedder | |
| displayName | String | User-facing name of the embedder | |
| description | String | Description of the embedder | [optional] |
| providerType | ProviderType | Type of embedding provider | |
| endpointUrl | String | API endpoint URL | |
| apiPath | String | API path for embeddings request | [optional] |
| modelIdentifier | String | Model identifier | |
| dimensionality | Integer | Output vector dimensions | |
| distributionType | DistributionType | Type of embedding distribution (DENSE or SPARSE) | |
| maxSequenceLength | Integer | Maximum input sequence length | [optional] |
| supportedModalities | List<Modality> | Supported content modalities | |
| credentials | EndpointAuthentication | [optional] | |
| labels | Map<String, String> | User-defined labels for categorization | |
| version | String | Version information | [optional] |
| monitoringEndpoint | String | Monitoring endpoint URL | [optional] |
| ownerId | UUID | Owner ID of the embedder | |
| createdAt | Long | Creation timestamp (milliseconds since epoch) | |
| updatedAt | Long | Last update timestamp (milliseconds since epoch) | |
| createdById | UUID | ID of the user who created the embedder | |
| updatedById | UUID | ID of the user who last updated the embedder |