Uses of Class
com.oracle.bmc.generativeai.model.ServingMode
-
Packages that use ServingMode Package Description com.oracle.bmc.generativeai.model -
-
Uses of ServingMode in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return ServingMode Modifier and Type Method Description static ServingModeServingMode. create(String key)static ServingModeServingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ServingMode[]ServingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model that return types with arguments of type ServingMode Modifier and Type Method Description List<ServingMode>Availability. getServingModes()The supported deployment modes for the model in this region (e.g., on-demand or dedicated).Method parameters in com.oracle.bmc.generativeai.model with type arguments of type ServingMode Modifier and Type Method Description Availability.BuilderAvailability.Builder. servingModes(List<ServingMode> servingModes)The supported deployment modes for the model in this region (e.g., on-demand or dedicated).Constructor parameters in com.oracle.bmc.generativeai.model with type arguments of type ServingMode Constructor Description Availability(String realm, String region, List<ServingMode> servingModes, Date timeDeprecated, Date timeOnDemandRetired, Date timeDedicatedRetired, List<String> supportedReplacements)Deprecated.
-