Package ai.vectros.types
Class InferenceSection.Builder
java.lang.Object
ai.vectros.types.InferenceSection.Builder
- Enclosing class:
InferenceSection
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) balanceCents(Long balanceCents) balanceCents(Optional<Long> balanceCents) Pre-paid inference balance in cents (used to settle model token costs)build()endpoints(InferenceEndpoints endpoints) endpoints(Optional<InferenceEndpoints> endpoints) from(InferenceSection other) totals(InferenceCallStats totals) totals(Optional<InferenceCallStats> totals)
-
Method Details
-
from
-
balanceCents
Pre-paid inference balance in cents (used to settle model token costs)
-
balanceCents
-
endpoints
-
endpoints
-
totals
-
totals
-
build
-
additionalProperty
-
additionalProperties
-