Uses of Class
com.oracle.bmc.goldengate.model.UpdateAiModelAuthDetails
-
Packages that use UpdateAiModelAuthDetails Package Description com.oracle.bmc.goldengate.model -
-
Uses of UpdateAiModelAuthDetails in com.oracle.bmc.goldengate.model
Subclasses of UpdateAiModelAuthDetails in com.oracle.bmc.goldengate.model Modifier and Type Class Description classUpdateApiKeyAiModelAuthDetailsThe information to update API key authentication details for an AI Model connection.classUpdateOciGenAiModelAuthDetailsThe information to update OCI Generative AI authentication details for an AI Model connection.Methods in com.oracle.bmc.goldengate.model that return UpdateAiModelAuthDetails Modifier and Type Method Description UpdateAiModelAuthDetailsUpdateAiModelConnectionDetails. getAuthDetails()Methods in com.oracle.bmc.goldengate.model with parameters of type UpdateAiModelAuthDetails Modifier and Type Method Description UpdateAiModelConnectionDetails.BuilderUpdateAiModelConnectionDetails.Builder. authDetails(UpdateAiModelAuthDetails authDetails)Constructors in com.oracle.bmc.goldengate.model with parameters of type UpdateAiModelAuthDetails Constructor Description UpdateAiModelConnectionDetails(String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, Map<String,Map<String,Object>> securityAttributes, String modelKey, Integer maxInputChars, UpdateAiModelAuthDetails authDetails)Deprecated.
-