Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.Usage
-
Packages that use Usage Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of Usage in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return Usage Modifier and Type Method Description Usage
Usage.Builder. build()
Methods in com.oracle.bmc.generativeaiagentruntime.model that return types with arguments of type Usage Modifier and Type Method Description List<Usage>
GenerationTrace. getUsage()
Details of model and its usage.List<Usage>
PlanningTrace. getUsage()
Details of model and its usage.List<Usage>
RetrievalTrace. getUsage()
Details of model and its usage.Methods in com.oracle.bmc.generativeaiagentruntime.model with parameters of type Usage Modifier and Type Method Description Usage.Builder
Usage.Builder. copy(Usage model)
Method parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type Usage Modifier and Type Method Description GenerationTrace.Builder
GenerationTrace.Builder. usage(List<Usage> usage)
Details of model and its usage.PlanningTrace.Builder
PlanningTrace.Builder. usage(List<Usage> usage)
Details of model and its usage.RetrievalTrace.Builder
RetrievalTrace.Builder. usage(List<Usage> usage)
Details of model and its usage.Constructor parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type Usage Constructor Description GenerationTrace(String key, String parentKey, SourceDetails source, Date timeCreated, Date timeFinished, String generation, String input, List<Usage> usage)
Deprecated.PlanningTrace(String key, String parentKey, SourceDetails source, Date timeCreated, Date timeFinished, String input, String output, List<Usage> usage)
Deprecated.
-