A B C D E F G H I J L M O P R S T U V _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractOpenApiSchema - Class in llmjava.hf_text_embeddings.model
-
Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
- AbstractOpenApiSchema(String, Boolean) - Constructor for class llmjava.hf_text_embeddings.model.AbstractOpenApiSchema
- addDataItem(OpenAICompatEmbedding) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
- addEmbeddingItem(Float) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
- addInputItem(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
- addInputsItem(String) - Method in class llmjava.hf_text_embeddings.model.EmbedRequest
- ApiClient - Class in llmjava.hf_text_embeddings
-
Configuration and utility class for API clients.
- ApiClient() - Constructor for class llmjava.hf_text_embeddings.ApiClient
-
Create an instance of ApiClient.
- ApiClient(HttpClient.Builder, ObjectMapper, String) - Constructor for class llmjava.hf_text_embeddings.ApiClient
-
Create an instance of ApiClient.
- ApiException - Exception in llmjava.hf_text_embeddings
- ApiException() - Constructor for exception llmjava.hf_text_embeddings.ApiException
- ApiException(int, String) - Constructor for exception llmjava.hf_text_embeddings.ApiException
- ApiException(int, String, HttpHeaders, String) - Constructor for exception llmjava.hf_text_embeddings.ApiException
- ApiException(int, HttpHeaders, String) - Constructor for exception llmjava.hf_text_embeddings.ApiException
- ApiException(String) - Constructor for exception llmjava.hf_text_embeddings.ApiException
- ApiException(String, int, HttpHeaders, String) - Constructor for exception llmjava.hf_text_embeddings.ApiException
- ApiException(String, Throwable, int, HttpHeaders) - Constructor for exception llmjava.hf_text_embeddings.ApiException
- ApiException(String, Throwable, int, HttpHeaders, String) - Constructor for exception llmjava.hf_text_embeddings.ApiException
- ApiException(Throwable) - Constructor for exception llmjava.hf_text_embeddings.ApiException
- ApiResponse<T> - Class in llmjava.hf_text_embeddings
-
API response returned by API call.
- ApiResponse(int, Map<String, List<String>>) - Constructor for class llmjava.hf_text_embeddings.ApiResponse
- ApiResponse(int, Map<String, List<String>>, T) - Constructor for class llmjava.hf_text_embeddings.ApiResponse
B
C
- clone() - Method in class llmjava.hf_text_embeddings.RFC3339DateFormat
- code(Integer) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
- Configuration - Class in llmjava.hf_text_embeddings
- Configuration() - Constructor for class llmjava.hf_text_embeddings.Configuration
- createDefaultHttpClientBuilder() - Method in class llmjava.hf_text_embeddings.ApiClient
- createDefaultObjectMapper() - Method in class llmjava.hf_text_embeddings.ApiClient
D
- data(List<OpenAICompatEmbedding>) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
- defaultValue - Variable in class llmjava.hf_text_embeddings.ServerVariable
- description - Variable in class llmjava.hf_text_embeddings.ServerConfiguration
- description - Variable in class llmjava.hf_text_embeddings.ServerVariable
- dockerLabel(String) - Method in class llmjava.hf_text_embeddings.model.Info
E
- embed(EmbedRequest) - Method in class llmjava.hf_text_embeddings.client.TextEmbeddingsInferenceApi
-
Get Embeddings Get Embeddings
- embedding(List<Float>) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
- EmbedRequest - Class in llmjava.hf_text_embeddings.model
-
EmbedRequest
- EmbedRequest() - Constructor for class llmjava.hf_text_embeddings.model.EmbedRequest
- embedWithHttpInfo(EmbedRequest) - Method in class llmjava.hf_text_embeddings.client.TextEmbeddingsInferenceApi
-
Get Embeddings Get Embeddings
- enumValues - Variable in class llmjava.hf_text_embeddings.ServerVariable
- equals(Object) - Method in class llmjava.hf_text_embeddings.model.AbstractOpenApiSchema
- equals(Object) - Method in class llmjava.hf_text_embeddings.model.EmbedRequest
-
Return true if this EmbedRequest object is equal to o.
- equals(Object) - Method in class llmjava.hf_text_embeddings.model.ErrorResponse
-
Return true if this ErrorResponse object is equal to o.
- equals(Object) - Method in class llmjava.hf_text_embeddings.model.Info
-
Return true if this Info object is equal to o.
- equals(Object) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
-
Return true if this OpenAICompatEmbedding object is equal to o.
- equals(Object) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
-
Return true if this OpenAICompatErrorResponse object is equal to o.
- equals(Object) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
-
Return true if this OpenAICompatRequest object is equal to o.
- equals(Object) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
-
Return true if this OpenAICompatResponse object is equal to o.
- equals(Object) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatUsage
-
Return true if this OpenAICompatUsage object is equal to o.
- error(String) - Method in class llmjava.hf_text_embeddings.model.ErrorResponse
- ErrorResponse - Class in llmjava.hf_text_embeddings.model
-
ErrorResponse
- ErrorResponse() - Constructor for class llmjava.hf_text_embeddings.model.ErrorResponse
- errorType(ErrorType) - Method in class llmjava.hf_text_embeddings.model.ErrorResponse
- errorType(ErrorType) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
- ErrorType - Enum in llmjava.hf_text_embeddings.model
-
Gets or Sets ErrorType
F
- format(Date, StringBuffer, FieldPosition) - Method in class llmjava.hf_text_embeddings.RFC3339DateFormat
- fromValue(String) - Static method in enum llmjava.hf_text_embeddings.model.ErrorType
G
- getActualInstance() - Method in class llmjava.hf_text_embeddings.model.AbstractOpenApiSchema
-
Get the actual instance
- getActualInstanceRecursively() - Method in class llmjava.hf_text_embeddings.model.AbstractOpenApiSchema
-
Get the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as well
- getApiException(String, HttpResponse<InputStream>) - Method in class llmjava.hf_text_embeddings.client.TextEmbeddingsInferenceApi
- getAsyncResponseInterceptor() - Method in class llmjava.hf_text_embeddings.ApiClient
-
Get the custom async response interceptor.
- getBaseUri() - Method in class llmjava.hf_text_embeddings.ApiClient
-
Get the base URI to resolve the endpoint paths against.
- getClassForElement(JsonNode, Class<?>) - Static method in class llmjava.hf_text_embeddings.JSON
-
Returns the target model class that should be used to deserialize the input data.
- getCode() - Method in exception llmjava.hf_text_embeddings.ApiException
-
Get the HTTP status code.
- getCode() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
-
Get code minimum: 0
- getConnectTimeout() - Method in class llmjava.hf_text_embeddings.ApiClient
-
Get connection timeout (in milliseconds).
- getData() - Method in class llmjava.hf_text_embeddings.ApiResponse
- getData() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
-
Get data
- getDefault() - Static method in class llmjava.hf_text_embeddings.JSON
-
Get the default JSON instance.
- getDefaultApiClient() - Static method in class llmjava.hf_text_embeddings.Configuration
-
Get the default API client, which would be used when creating API instances without providing an API client.
- getDefaultBaseUri() - Method in class llmjava.hf_text_embeddings.ApiClient
- getDockerLabel() - Method in class llmjava.hf_text_embeddings.model.Info
-
Get dockerLabel
- getEmbedding() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
-
Get embedding
- getError() - Method in class llmjava.hf_text_embeddings.model.ErrorResponse
-
Get error
- getErrorType() - Method in class llmjava.hf_text_embeddings.model.ErrorResponse
-
Get errorType
- getErrorType() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
-
Get errorType
- getHeaders() - Method in class llmjava.hf_text_embeddings.ApiResponse
- getHttpClient() - Method in class llmjava.hf_text_embeddings.ApiClient
-
Get an
HttpClientbased on the currentHttpClient.Builder. - getIndex() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
-
Get index minimum: 0
- getInput() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
-
Get input
- getInputs() - Method in class llmjava.hf_text_embeddings.model.EmbedRequest
-
Get inputs
- getMapper() - Method in class llmjava.hf_text_embeddings.JSON
-
Get the object mapper
- getMaxBatchRequests() - Method in class llmjava.hf_text_embeddings.model.Info
-
Get maxBatchRequests minimum: 0
- getMaxBatchTokens() - Method in class llmjava.hf_text_embeddings.model.Info
-
Get maxBatchTokens minimum: 0
- getMaxClientBatchSize() - Method in class llmjava.hf_text_embeddings.model.Info
-
Get maxClientBatchSize minimum: 0
- getMaxConcurrentRequests() - Method in class llmjava.hf_text_embeddings.model.Info
-
Router Parameters minimum: 0
- getMaxInputLength() - Method in class llmjava.hf_text_embeddings.model.Info
-
Get maxInputLength minimum: 0
- getMessage() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
-
Get message
- getModel() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
-
Get model
- getModel() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
-
Get model
- getModelDtype() - Method in class llmjava.hf_text_embeddings.model.Info
-
Get modelDtype
- getModelId() - Method in class llmjava.hf_text_embeddings.model.Info
-
Model info
- getModelInfo() - Method in class llmjava.hf_text_embeddings.client.TextEmbeddingsInferenceApi
-
Text Embeddings Inference endpoint info Text Embeddings Inference endpoint info
- getModelInfoWithHttpInfo() - Method in class llmjava.hf_text_embeddings.client.TextEmbeddingsInferenceApi
-
Text Embeddings Inference endpoint info Text Embeddings Inference endpoint info
- getModelPooling() - Method in class llmjava.hf_text_embeddings.model.Info
-
Get modelPooling
- getModelSha() - Method in class llmjava.hf_text_embeddings.model.Info
-
Get modelSha
- getName() - Method in class llmjava.hf_text_embeddings.Pair
- getObject() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
-
Get _object
- getObject() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
-
Get _object
- getObjectMapper() - Method in class llmjava.hf_text_embeddings.ApiClient
-
Get a copy of the current
ObjectMapper. - getPromptTokens() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatUsage
-
Get promptTokens minimum: 0
- getReadTimeout() - Method in class llmjava.hf_text_embeddings.ApiClient
-
Get the read timeout that was set.
- getRequestInterceptor() - Method in class llmjava.hf_text_embeddings.ApiClient
-
Get the custom interceptor.
- getResponseBody() - Method in exception llmjava.hf_text_embeddings.ApiException
-
Get the HTTP response body.
- getResponseHeaders() - Method in exception llmjava.hf_text_embeddings.ApiException
-
Get the HTTP response headers.
- getResponseInterceptor() - Method in class llmjava.hf_text_embeddings.ApiClient
-
Get the custom response interceptor.
- getSchemas() - Method in class llmjava.hf_text_embeddings.model.AbstractOpenApiSchema
-
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
- getSchemaType() - Method in class llmjava.hf_text_embeddings.model.AbstractOpenApiSchema
-
Get the schema type (e.g.
- getSha() - Method in class llmjava.hf_text_embeddings.model.Info
-
Get sha
- getStatusCode() - Method in class llmjava.hf_text_embeddings.ApiResponse
- getTokenizationWorkers() - Method in class llmjava.hf_text_embeddings.model.Info
-
Get tokenizationWorkers minimum: 0
- getTotalTokens() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatUsage
-
Get totalTokens minimum: 0
- getTruncate() - Method in class llmjava.hf_text_embeddings.model.EmbedRequest
-
Get truncate
- getUsage() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
-
Get usage
- getUser() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
-
Get user
- getValue() - Method in enum llmjava.hf_text_embeddings.model.ErrorType
- getValue() - Method in class llmjava.hf_text_embeddings.Pair
- getVersion() - Method in class llmjava.hf_text_embeddings.model.Info
-
Router Info
H
- hashCode() - Method in class llmjava.hf_text_embeddings.model.AbstractOpenApiSchema
- hashCode() - Method in class llmjava.hf_text_embeddings.model.EmbedRequest
- hashCode() - Method in class llmjava.hf_text_embeddings.model.ErrorResponse
- hashCode() - Method in class llmjava.hf_text_embeddings.model.Info
- hashCode() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
- hashCode() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
- hashCode() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
- hashCode() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
- hashCode() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatUsage
- health() - Method in class llmjava.hf_text_embeddings.client.TextEmbeddingsInferenceApi
-
Health check method Health check method
- healthWithHttpInfo() - Method in class llmjava.hf_text_embeddings.client.TextEmbeddingsInferenceApi
-
Health check method Health check method
I
- index(Integer) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
- Info - Class in llmjava.hf_text_embeddings.model
-
Info
- Info() - Constructor for class llmjava.hf_text_embeddings.model.Info
- input(List<String>) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
- inputs(List<String>) - Method in class llmjava.hf_text_embeddings.model.EmbedRequest
- isInstanceOf(Class<?>, Object, Set<Class<?>>) - Static method in class llmjava.hf_text_embeddings.JSON
-
Returns true if inst is an instance of modelClass in the OpenAPI model hierarchy.
- isNullable() - Method in class llmjava.hf_text_embeddings.model.AbstractOpenApiSchema
-
Is nullable
J
- JSON - Class in llmjava.hf_text_embeddings
- JSON() - Constructor for class llmjava.hf_text_embeddings.JSON
- JSON_PROPERTY_CODE - Static variable in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
- JSON_PROPERTY_DATA - Static variable in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
- JSON_PROPERTY_DOCKER_LABEL - Static variable in class llmjava.hf_text_embeddings.model.Info
- JSON_PROPERTY_EMBEDDING - Static variable in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
- JSON_PROPERTY_ERROR - Static variable in class llmjava.hf_text_embeddings.model.ErrorResponse
- JSON_PROPERTY_ERROR_TYPE - Static variable in class llmjava.hf_text_embeddings.model.ErrorResponse
- JSON_PROPERTY_ERROR_TYPE - Static variable in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
- JSON_PROPERTY_INDEX - Static variable in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
- JSON_PROPERTY_INPUT - Static variable in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
- JSON_PROPERTY_INPUTS - Static variable in class llmjava.hf_text_embeddings.model.EmbedRequest
- JSON_PROPERTY_MAX_BATCH_REQUESTS - Static variable in class llmjava.hf_text_embeddings.model.Info
- JSON_PROPERTY_MAX_BATCH_TOKENS - Static variable in class llmjava.hf_text_embeddings.model.Info
- JSON_PROPERTY_MAX_CLIENT_BATCH_SIZE - Static variable in class llmjava.hf_text_embeddings.model.Info
- JSON_PROPERTY_MAX_CONCURRENT_REQUESTS - Static variable in class llmjava.hf_text_embeddings.model.Info
- JSON_PROPERTY_MAX_INPUT_LENGTH - Static variable in class llmjava.hf_text_embeddings.model.Info
- JSON_PROPERTY_MESSAGE - Static variable in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
- JSON_PROPERTY_MODEL - Static variable in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
- JSON_PROPERTY_MODEL - Static variable in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
- JSON_PROPERTY_MODEL_DTYPE - Static variable in class llmjava.hf_text_embeddings.model.Info
- JSON_PROPERTY_MODEL_ID - Static variable in class llmjava.hf_text_embeddings.model.Info
- JSON_PROPERTY_MODEL_POOLING - Static variable in class llmjava.hf_text_embeddings.model.Info
- JSON_PROPERTY_MODEL_SHA - Static variable in class llmjava.hf_text_embeddings.model.Info
- JSON_PROPERTY_OBJECT - Static variable in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
- JSON_PROPERTY_OBJECT - Static variable in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
- JSON_PROPERTY_PROMPT_TOKENS - Static variable in class llmjava.hf_text_embeddings.model.OpenAICompatUsage
- JSON_PROPERTY_SHA - Static variable in class llmjava.hf_text_embeddings.model.Info
- JSON_PROPERTY_TOKENIZATION_WORKERS - Static variable in class llmjava.hf_text_embeddings.model.Info
- JSON_PROPERTY_TOTAL_TOKENS - Static variable in class llmjava.hf_text_embeddings.model.OpenAICompatUsage
- JSON_PROPERTY_TRUNCATE - Static variable in class llmjava.hf_text_embeddings.model.EmbedRequest
- JSON_PROPERTY_USAGE - Static variable in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
- JSON_PROPERTY_USER - Static variable in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
- JSON_PROPERTY_VERSION - Static variable in class llmjava.hf_text_embeddings.model.Info
L
- llmjava.hf_text_embeddings - package llmjava.hf_text_embeddings
- llmjava.hf_text_embeddings.client - package llmjava.hf_text_embeddings.client
- llmjava.hf_text_embeddings.model - package llmjava.hf_text_embeddings.model
M
- maxBatchRequests(Integer) - Method in class llmjava.hf_text_embeddings.model.Info
- maxBatchTokens(Integer) - Method in class llmjava.hf_text_embeddings.model.Info
- maxClientBatchSize(Integer) - Method in class llmjava.hf_text_embeddings.model.Info
- maxConcurrentRequests(Integer) - Method in class llmjava.hf_text_embeddings.model.Info
- maxInputLength(Integer) - Method in class llmjava.hf_text_embeddings.model.Info
- message(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
- metrics() - Method in class llmjava.hf_text_embeddings.client.TextEmbeddingsInferenceApi
-
Prometheus metrics scrape endpoint Prometheus metrics scrape endpoint
- metricsWithHttpInfo() - Method in class llmjava.hf_text_embeddings.client.TextEmbeddingsInferenceApi
-
Prometheus metrics scrape endpoint Prometheus metrics scrape endpoint
- model(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
- model(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
- modelDtype(String) - Method in class llmjava.hf_text_embeddings.model.Info
- modelId(String) - Method in class llmjava.hf_text_embeddings.model.Info
- modelPooling(String) - Method in class llmjava.hf_text_embeddings.model.Info
- modelSha(String) - Method in class llmjava.hf_text_embeddings.model.Info
O
- OpenAICompatEmbedding - Class in llmjava.hf_text_embeddings.model
-
OpenAICompatEmbedding
- OpenAICompatEmbedding() - Constructor for class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
- OpenAICompatErrorResponse - Class in llmjava.hf_text_embeddings.model
-
OpenAICompatErrorResponse
- OpenAICompatErrorResponse() - Constructor for class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
- OpenAICompatRequest - Class in llmjava.hf_text_embeddings.model
-
OpenAICompatRequest
- OpenAICompatRequest() - Constructor for class llmjava.hf_text_embeddings.model.OpenAICompatRequest
- OpenAICompatResponse - Class in llmjava.hf_text_embeddings.model
-
OpenAICompatResponse
- OpenAICompatResponse() - Constructor for class llmjava.hf_text_embeddings.model.OpenAICompatResponse
- OpenAICompatUsage - Class in llmjava.hf_text_embeddings.model
-
OpenAICompatUsage
- OpenAICompatUsage() - Constructor for class llmjava.hf_text_embeddings.model.OpenAICompatUsage
- openaiEmbed(OpenAICompatRequest) - Method in class llmjava.hf_text_embeddings.client.TextEmbeddingsInferenceApi
-
OpenAI compatible route OpenAI compatible route
- openaiEmbedWithHttpInfo(OpenAICompatRequest) - Method in class llmjava.hf_text_embeddings.client.TextEmbeddingsInferenceApi
-
OpenAI compatible route OpenAI compatible route
- OVERLOADED - llmjava.hf_text_embeddings.model.ErrorType
P
- Pair - Class in llmjava.hf_text_embeddings
- Pair(String, String) - Constructor for class llmjava.hf_text_embeddings.Pair
- parameterToPairs(String, Object) - Static method in class llmjava.hf_text_embeddings.ApiClient
-
Convert a URL query name/value parameter to a list of encoded
Pairobjects. - parameterToPairs(String, String, Collection<?>) - Static method in class llmjava.hf_text_embeddings.ApiClient
-
Convert a URL query name/collection parameter to a list of encoded
Pairobjects. - parse(String) - Method in class llmjava.hf_text_embeddings.RFC3339DateFormat
- parse(String, ParsePosition) - Method in class llmjava.hf_text_embeddings.RFC3339DateFormat
- promptTokens(Integer) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatUsage
R
- registerDescendants(Class<?>, Map<String, Class<?>>) - Static method in class llmjava.hf_text_embeddings.JSON
-
Register the oneOf/anyOf descendants of the modelClass.
- registerDiscriminator(Class<?>, String, Map<String, Class<?>>) - Static method in class llmjava.hf_text_embeddings.JSON
-
Register a model class discriminator.
- RFC3339DateFormat - Class in llmjava.hf_text_embeddings
- RFC3339DateFormat() - Constructor for class llmjava.hf_text_embeddings.RFC3339DateFormat
S
- ServerConfiguration - Class in llmjava.hf_text_embeddings
-
Representing a Server configuration.
- ServerConfiguration(String, String, Map<String, ServerVariable>) - Constructor for class llmjava.hf_text_embeddings.ServerConfiguration
- ServerVariable - Class in llmjava.hf_text_embeddings
-
Representing a Server Variable for server URL template substitution.
- ServerVariable(String, String, HashSet<String>) - Constructor for class llmjava.hf_text_embeddings.ServerVariable
- setActualInstance(Object) - Method in class llmjava.hf_text_embeddings.model.AbstractOpenApiSchema
-
Set the actual instance
- setAsyncResponseInterceptor(Consumer<HttpResponse<String>>) - Method in class llmjava.hf_text_embeddings.ApiClient
-
Set a custom async response interceptor.
- setBasePath(String) - Method in class llmjava.hf_text_embeddings.ApiClient
-
Set a custom base path for the target service, for example '/v2'.
- setCode(Integer) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
- setConnectTimeout(Duration) - Method in class llmjava.hf_text_embeddings.ApiClient
-
Sets the connect timeout (in milliseconds) for the http client.
- setData(List<OpenAICompatEmbedding>) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
- setDateFormat(DateFormat) - Method in class llmjava.hf_text_embeddings.JSON
-
Set the date format for JSON (de)serialization with Date properties.
- setDefault(JSON) - Static method in class llmjava.hf_text_embeddings.JSON
-
Set the default JSON instance.
- setDefaultApiClient(ApiClient) - Static method in class llmjava.hf_text_embeddings.Configuration
-
Set the default API client, which would be used when creating API instances without providing an API client.
- setDockerLabel(String) - Method in class llmjava.hf_text_embeddings.model.Info
- setEmbedding(List<Float>) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
- setError(String) - Method in class llmjava.hf_text_embeddings.model.ErrorResponse
- setErrorType(ErrorType) - Method in class llmjava.hf_text_embeddings.model.ErrorResponse
- setErrorType(ErrorType) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
- setHost(String) - Method in class llmjava.hf_text_embeddings.ApiClient
-
Set a custom host name for the target service.
- setHttpClientBuilder(HttpClient.Builder) - Method in class llmjava.hf_text_embeddings.ApiClient
-
Set a custom
HttpClient.Builderobject to use when creating theHttpClientthat is used by the API client. - setIndex(Integer) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
- setInput(List<String>) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
- setInputs(List<String>) - Method in class llmjava.hf_text_embeddings.model.EmbedRequest
- setMaxBatchRequests(Integer) - Method in class llmjava.hf_text_embeddings.model.Info
- setMaxBatchTokens(Integer) - Method in class llmjava.hf_text_embeddings.model.Info
- setMaxClientBatchSize(Integer) - Method in class llmjava.hf_text_embeddings.model.Info
- setMaxConcurrentRequests(Integer) - Method in class llmjava.hf_text_embeddings.model.Info
- setMaxInputLength(Integer) - Method in class llmjava.hf_text_embeddings.model.Info
- setMessage(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
- setModel(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
- setModel(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
- setModelDtype(String) - Method in class llmjava.hf_text_embeddings.model.Info
- setModelId(String) - Method in class llmjava.hf_text_embeddings.model.Info
- setModelPooling(String) - Method in class llmjava.hf_text_embeddings.model.Info
- setModelSha(String) - Method in class llmjava.hf_text_embeddings.model.Info
- setObject(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
- setObject(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
- setObjectMapper(ObjectMapper) - Method in class llmjava.hf_text_embeddings.ApiClient
-
Set a custom
ObjectMapperto serialize and deserialize the request and response bodies. - setPort(int) - Method in class llmjava.hf_text_embeddings.ApiClient
-
Set a custom port number for the target service.
- setPromptTokens(Integer) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatUsage
- setReadTimeout(Duration) - Method in class llmjava.hf_text_embeddings.ApiClient
-
Set the read timeout for the http client.
- setRequestInterceptor(Consumer<HttpRequest.Builder>) - Method in class llmjava.hf_text_embeddings.ApiClient
-
Set a custom request interceptor.
- setResponseInterceptor(Consumer<HttpResponse<InputStream>>) - Method in class llmjava.hf_text_embeddings.ApiClient
-
Set a custom response interceptor.
- setScheme(String) - Method in class llmjava.hf_text_embeddings.ApiClient
-
Set a custom scheme for the target service, for example 'https'.
- setSha(String) - Method in class llmjava.hf_text_embeddings.model.Info
- setTokenizationWorkers(Integer) - Method in class llmjava.hf_text_embeddings.model.Info
- setTotalTokens(Integer) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatUsage
- setTruncate(Boolean) - Method in class llmjava.hf_text_embeddings.model.EmbedRequest
- setUsage(OpenAICompatUsage) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
- setUser(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
- setVersion(String) - Method in class llmjava.hf_text_embeddings.model.Info
- sha(String) - Method in class llmjava.hf_text_embeddings.model.Info
T
- TextEmbeddingsInferenceApi - Class in llmjava.hf_text_embeddings.client
- TextEmbeddingsInferenceApi() - Constructor for class llmjava.hf_text_embeddings.client.TextEmbeddingsInferenceApi
- TextEmbeddingsInferenceApi(ApiClient) - Constructor for class llmjava.hf_text_embeddings.client.TextEmbeddingsInferenceApi
- tokenizationWorkers(Integer) - Method in class llmjava.hf_text_embeddings.model.Info
- TOKENIZER - llmjava.hf_text_embeddings.model.ErrorType
- toString() - Method in class llmjava.hf_text_embeddings.model.AbstractOpenApiSchema
- toString() - Method in class llmjava.hf_text_embeddings.model.EmbedRequest
- toString() - Method in class llmjava.hf_text_embeddings.model.ErrorResponse
- toString() - Method in enum llmjava.hf_text_embeddings.model.ErrorType
- toString() - Method in class llmjava.hf_text_embeddings.model.Info
- toString() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
- toString() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
- toString() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
- toString() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
- toString() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatUsage
- totalTokens(Integer) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatUsage
- toUrlQueryString() - Method in class llmjava.hf_text_embeddings.model.EmbedRequest
-
Convert the instance into URL query string.
- toUrlQueryString() - Method in class llmjava.hf_text_embeddings.model.ErrorResponse
-
Convert the instance into URL query string.
- toUrlQueryString() - Method in class llmjava.hf_text_embeddings.model.Info
-
Convert the instance into URL query string.
- toUrlQueryString() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
-
Convert the instance into URL query string.
- toUrlQueryString() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
-
Convert the instance into URL query string.
- toUrlQueryString() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
-
Convert the instance into URL query string.
- toUrlQueryString() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
-
Convert the instance into URL query string.
- toUrlQueryString() - Method in class llmjava.hf_text_embeddings.model.OpenAICompatUsage
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in class llmjava.hf_text_embeddings.model.EmbedRequest
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in class llmjava.hf_text_embeddings.model.ErrorResponse
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in enum llmjava.hf_text_embeddings.model.ErrorType
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in class llmjava.hf_text_embeddings.model.Info
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatErrorResponse
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatUsage
-
Convert the instance into URL query string.
- truncate(Boolean) - Method in class llmjava.hf_text_embeddings.model.EmbedRequest
U
- UNHEALTHY - llmjava.hf_text_embeddings.model.ErrorType
- updateBaseUri(String) - Method in class llmjava.hf_text_embeddings.ApiClient
- URL - Variable in class llmjava.hf_text_embeddings.ServerConfiguration
- URL() - Method in class llmjava.hf_text_embeddings.ServerConfiguration
-
Format URL template using default server variables.
- URL(Map<String, String>) - Method in class llmjava.hf_text_embeddings.ServerConfiguration
-
Format URL template using given variables.
- urlEncode(String) - Static method in class llmjava.hf_text_embeddings.ApiClient
-
URL encode a string in the UTF-8 encoding.
- usage(OpenAICompatUsage) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
- user(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatRequest
V
- VALIDATION - llmjava.hf_text_embeddings.model.ErrorType
- valueOf(String) - Static method in enum llmjava.hf_text_embeddings.model.ErrorType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum llmjava.hf_text_embeddings.model.ErrorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- variables - Variable in class llmjava.hf_text_embeddings.ServerConfiguration
- version(String) - Method in class llmjava.hf_text_embeddings.model.Info
- VERSION - Static variable in class llmjava.hf_text_embeddings.Configuration
_
- _object(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatEmbedding
- _object(String) - Method in class llmjava.hf_text_embeddings.model.OpenAICompatResponse
All Classes All Packages