Uses of Class
com.oracle.database.selectai.model.ProviderProfile.AzureProviderProfile.Builder
Packages that use ProviderProfile.AzureProviderProfile.Builder
Package
Description
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of ProviderProfile.AzureProviderProfile.Builder in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return ProviderProfile.AzureProviderProfile.BuilderModifier and TypeMethodDescriptionProviderProfile.azure()Creates a builder for Azure OpenAI provider profile attributes.ProviderProfile.AzureProviderProfile.Builder.azureDeploymentName(String value) Sets the Azure OpenAI deployment name.ProviderProfile.AzureProviderProfile.Builder.azureEmbeddingDeploymentName(String value) Sets the Azure OpenAI embedding deployment name.ProviderProfile.AzureProviderProfile.Builder.azureResourceName(String value) Sets the Azure OpenAI resource name.ProviderProfile.AzureProviderProfile.Builder.self()Returns the concrete builder instance for fluent chaining.