Package ai.vectros.types
Class InferenceEndpoints.Builder
java.lang.Object
ai.vectros.types.InferenceEndpoints.Builder
- Enclosing class:
InferenceEndpoints
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) ask(InferenceCallStats ask) ask(Optional<InferenceCallStats> ask) build()chat(InferenceCallStats chat) chat(Optional<InferenceCallStats> chat) from(InferenceEndpoints other) rag(InferenceCallStats rag) rag(Optional<InferenceCallStats> rag)
-
Method Details
-
from
-
chat
-
chat
-
rag
-
rag
-
ask
-
ask
-
build
-
additionalProperty
-
additionalProperties
-