Uses of Class
com.oracle.bmc.goldengate.model.CreateAiModelAuthDetails
-
Packages that use CreateAiModelAuthDetails Package Description com.oracle.bmc.goldengate.model -
-
Uses of CreateAiModelAuthDetails in com.oracle.bmc.goldengate.model
Subclasses of CreateAiModelAuthDetails in com.oracle.bmc.goldengate.model Modifier and Type Class Description classCreateApiKeyAiModelAuthDetailsThe information about new API key authentication details for an AI Model connection.classCreateOciGenAiModelAuthDetailsThe information about new OCI Generative AI authentication details for an AI Model connection.Methods in com.oracle.bmc.goldengate.model that return CreateAiModelAuthDetails Modifier and Type Method Description CreateAiModelAuthDetailsCreateAiModelConnectionDetails. getAuthDetails()Methods in com.oracle.bmc.goldengate.model with parameters of type CreateAiModelAuthDetails Modifier and Type Method Description CreateAiModelConnectionDetails.BuilderCreateAiModelConnectionDetails.Builder. authDetails(CreateAiModelAuthDetails authDetails)Constructors in com.oracle.bmc.goldengate.model with parameters of type CreateAiModelAuthDetails Constructor Description CreateAiModelConnectionDetails(String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<AddResourceLockDetails> locks, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, AiModelConnection.TechnologyType technologyType, CreateAiModelConnectionDetails.ProviderType providerType, String modelKey, Integer maxInputChars, CreateAiModelAuthDetails authDetails)Deprecated.
-