Uses of Class
com.oracle.bmc.goldengate.model.AiModelAuthDetails
-
Packages that use AiModelAuthDetails Package Description com.oracle.bmc.goldengate.model -
-
Uses of AiModelAuthDetails in com.oracle.bmc.goldengate.model
Subclasses of AiModelAuthDetails in com.oracle.bmc.goldengate.model Modifier and Type Class Description classApiKeyAiModelAuthDetailsAPI key authentication details for an AI Model connection.classOciGenAiModelAuthDetailsOCI Generative AI authentication details for an AI Model connection.Methods in com.oracle.bmc.goldengate.model that return AiModelAuthDetails Modifier and Type Method Description AiModelAuthDetailsAiModelConnection. getAuthDetails()Methods in com.oracle.bmc.goldengate.model with parameters of type AiModelAuthDetails Modifier and Type Method Description AiModelConnection.BuilderAiModelConnection.Builder. authDetails(AiModelAuthDetails authDetails)Constructors in com.oracle.bmc.goldengate.model with parameters of type AiModelAuthDetails Constructor Description AiModelConnection(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, List<ResourceLock> locks, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, AiModelConnection.TechnologyType technologyType, AiModelConnection.ProviderType providerType, String modelKey, Integer maxInputChars, AiModelAuthDetails authDetails)Deprecated.
-