Package ai.vectros.types
Class UsageReportResponse.Builder
java.lang.Object
ai.vectros.types.UsageReportResponse.Builder
- Enclosing class:
UsageReportResponse
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()contexts(List<ContextDetail> contexts) contexts(Optional<List<ContextDetail>> contexts) Per-AppContext usage breakdown.documents(DocumentsSection documents) documents(Optional<DocumentsSection> documents) from(UsageReportResponse other) identity(IdentitySection identity) identity(Optional<IdentitySection> identity) inference(InferenceSection inference) inference(Optional<InferenceSection> inference) Billing period in YYYY-MM formatreadAccess(ReadAccessSection readAccess) readAccess(Optional<ReadAccessSection> readAccess) reads(ReadsSection reads) reads(Optional<ReadsSection> reads) records(RecordsSection records) records(Optional<RecordsSection> records) search(SearchSection search) search(Optional<SearchSection> search)
-
Method Details
-
from
-
period
Billing period in YYYY-MM format
-
period
-
credits
-
credits
-
search
-
search
-
documents
-
documents
-
records
-
records
-
readAccess
-
readAccess
-
identity
-
identity
-
inference
-
inference
-
reads
-
reads
-
tenants
-
tenants
-
contexts
Per-AppContext usage breakdown. One entry per context across your live and test environments — the finest granularity at which Vectros usage is attributed. Additive to the environment and account rollups: a context's metrics roll up into its environment, which rolls up into your account totals. Filtered to a single context when the
contextIdquery param is supplied; otherwise lists every context with activity or provisioned rows. -
contexts
-
build
-
additionalProperty
-
additionalProperties
-