Uses of Class
com.oracle.bmc.generativeai.model.ModelModalitySupport
-
Packages that use ModelModalitySupport Package Description com.oracle.bmc.generativeai.model -
-
Uses of ModelModalitySupport in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return ModelModalitySupport Modifier and Type Method Description ModelModalitySupportModelModalitySupport.Builder. build()Methods in com.oracle.bmc.generativeai.model that return types with arguments of type ModelModalitySupport Modifier and Type Method Description List<ModelModalitySupport>ModelDiscovery. getModalitySupport()The supported input-to-output modality transformations for this model.Methods in com.oracle.bmc.generativeai.model with parameters of type ModelModalitySupport Modifier and Type Method Description ModelModalitySupport.BuilderModelModalitySupport.Builder. copy(ModelModalitySupport model)Method parameters in com.oracle.bmc.generativeai.model with type arguments of type ModelModalitySupport Modifier and Type Method Description ModelDiscovery.BuilderModelDiscovery.Builder. modalitySupport(List<ModelModalitySupport> modalitySupport)The supported input-to-output modality transformations for this model.
-