Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereCitationSourceV2
-
Packages that use CohereCitationSourceV2 Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereCitationSourceV2 in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return CohereCitationSourceV2 Modifier and Type Method Description CohereCitationSourceV2CohereCitationSourceV2.Builder. build()Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type CohereCitationSourceV2 Modifier and Type Method Description List<CohereCitationSourceV2>CohereCitationV2. getSources()List of source objects for this citation.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type CohereCitationSourceV2 Modifier and Type Method Description CohereCitationSourceV2.BuilderCohereCitationSourceV2.Builder. copy(CohereCitationSourceV2 model)Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type CohereCitationSourceV2 Modifier and Type Method Description CohereCitationV2.BuilderCohereCitationV2.Builder. sources(List<CohereCitationSourceV2> sources)List of source objects for this citation.Constructor parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type CohereCitationSourceV2 Constructor Description CohereCitationV2(Integer start, Integer end, String text, Integer contentIndex, CohereCitationV2.Type type, List<CohereCitationSourceV2> sources)Deprecated.
-