Package ai.vectros.types
Class ContextDetail.Builder
java.lang.Object
ai.vectros.types.ContextDetail.Builder
- Enclosing class:
ContextDetail
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()AppContext id (the contextId data is partitioned under).credits(TenantCredits credits) credits(Optional<TenantCredits> credits) documents(DocumentsSection documents) documents(Optional<DocumentsSection> documents) from(ContextDetail other) inference(TenantInferenceSection inference) inference(Optional<TenantInferenceSection> inference) records(RecordsSection records) records(Optional<RecordsSection> records) search(SearchSection search) search(Optional<SearchSection> search) Your account (tenant) id for the environment this context belongs to, as a UUID.tenantMode(String tenantMode) tenantMode(Optional<String> tenantMode) Environment of the owning account: "live" or "test".
-
Method Details
-
from
-
contextId
AppContext id (the contextId data is partitioned under).
-
contextId
-
tenantId
Your account (tenant) id for the environment this context belongs to, as a UUID.
-
tenantId
-
tenantMode
Environment of the owning account: "live" or "test".
-
tenantMode
-
credits
-
credits
-
search
-
search
-
documents
-
documents
-
records
-
records
-
inference
-
inference
-
build
-
additionalProperty
-
additionalProperties
-