Uses of Class
com.oracle.bmc.generativeaiinference.model.Annotation
-
Packages that use Annotation Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of Annotation in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return Annotation Modifier and Type Method Description Annotation
Annotation.Builder. build()
Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>
AssistantMessage. getAnnotations()
List of annotations generated by the model, including inline citations from web search results.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type Annotation Modifier and Type Method Description Annotation.Builder
Annotation.Builder. copy(Annotation model)
Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type Annotation Modifier and Type Method Description AssistantMessage.Builder
AssistantMessage.Builder. annotations(List<Annotation> annotations)
List of annotations generated by the model, including inline citations from web search results.
-