Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.Usage.Builder
Packages that use Usage.Builder
-
Uses of Usage.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Usage.BuilderModifier and TypeMethodDescriptionstatic Usage.BuilderUsage.builder()Usage.Builder.inputTokens(Integer inputTokens) Contains information about the input tokens from the foundation model usage.Usage.Builder.outputTokens(Integer outputTokens) Contains information about the output tokens from the foundation model usage.Usage.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type Usage.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Usage.Builder>Usage.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type Usage.BuilderModifier and TypeMethodDescriptiondefault Metadata.BuilderMetadata.Builder.usage(Consumer<Usage.Builder> usage) Specific to model invocation and contains details about the usage of a foundation model.