Uses of Class
ai.vectros.types.AppContextResponse.Builder
Packages that use AppContextResponse.Builder
-
Uses of AppContextResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return AppContextResponse.BuilderModifier and TypeMethodDescriptionAppContextResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) AppContextResponse.Builder.additionalProperty(String key, Object value) static AppContextResponse.BuilderAppContextResponse.builder()AppContextResponse.Builder.companyName(String companyName) AppContextResponse.Builder.companyName(Optional<String> companyName) Display name for the organization deploying this app context, or absent if unset.Your identifier for the app context.Whether this call created a new app context.When the app context was created, as an ISO-8601 UTC timestamp.AppContextResponse.Builder.description(String description) AppContextResponse.Builder.description(Optional<String> description) Free-text description of the app context.AppContextResponse.Builder.from(AppContextResponse other) Opaque composite identifier for this app context.AppContextResponse.Builder.lastModified(String lastModified) AppContextResponse.Builder.lastModified(Optional<String> lastModified) When the app context was last modified, as an ISO-8601 UTC timestamp.AppContextResponse.Builder.meteringAxis(String meteringAxis) AppContextResponse.Builder.meteringAxis(Optional<String> meteringAxis) The declared per-principal metering axis for this app context, or absent if unset (context-only accounting).Human-readable display name for the app context.AppContextResponse.Builder.principalBurstLimit(Integer principalBurstLimit) AppContextResponse.Builder.principalBurstLimit(Optional<Integer> principalBurstLimit) Per-principal, per-minute request cap for the opt-in per-principal burst-protection feature, or absent if unset.AppContextResponse.Builder.principalUsageCap(Integer principalUsageCap) AppContextResponse.Builder.principalUsageCap(Optional<Integer> principalUsageCap) Per-principal, per-billing-period operation cap for the opt-in per-principal usage/quota feature, or absent if unset (usage is still tracked for visibility/billing without a cap whenmeteringAxisis set but this is absent).AppContextResponse.Builder.status(AppContextResponseStatus status) AppContextResponse.Builder.status(Optional<AppContextResponseStatus> status) Lifecycle status of the app context:activeunder normal operation;purgingwhile an asynchronous delete is draining the context's data;deletedonce that teardown completes.