Uses of Class
com.oracle.bmc.generativeai.model.ModelModality
-
Packages that use ModelModality Package Description com.oracle.bmc.generativeai.model -
-
Uses of ModelModality in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return ModelModality Modifier and Type Method Description static ModelModalityModelModality. create(String key)ModelModalityModelModalitySupport. getInput()The source modality accepted by the model.ModelModalityModelModalitySupport. getOutput()The target modality produced by the model.static ModelModalityModelModality. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelModality[]ModelModality. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model with parameters of type ModelModality Modifier and Type Method Description ModelModalitySupport.BuilderModelModalitySupport.Builder. input(ModelModality input)The source modality accepted by the model.ModelModalitySupport.BuilderModelModalitySupport.Builder. output(ModelModality output)The target modality produced by the model.Constructors in com.oracle.bmc.generativeai.model with parameters of type ModelModality Constructor Description ModelModalitySupport(ModelModality input, ModelModality output)Deprecated.
-