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