Uses of Class
com.oracle.database.selectai.model.ProviderProfile.OCIGenAIProviderProfile.Builder
Packages that use ProviderProfile.OCIGenAIProviderProfile.Builder
Package
Description
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of ProviderProfile.OCIGenAIProviderProfile.Builder in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return ProviderProfile.OCIGenAIProviderProfile.BuilderModifier and TypeMethodDescriptionProviderProfile.OCIGenAIProviderProfile.Builder.ociApiFormat(OciApiFormat value) Sets the OCI API format.ProviderProfile.OCIGenAIProviderProfile.Builder.ociApiFormat(String value) Sets the OCI API format.ProviderProfile.OCIGenAIProviderProfile.Builder.ociCompartmentId(String value) Sets the OCI compartment OCID.ProviderProfile.OCIGenAIProviderProfile.Builder.ociEndpointId(String value) Sets the OCI dedicated endpoint OCID.ProviderProfile.ociGenAI()Creates a builder for OCI Generative AI provider profile attributes.ProviderProfile.OCIGenAIProviderProfile.Builder.ociRuntimeType(String value) Sets the OCI runtime type.ProviderProfile.OCIGenAIProviderProfile.Builder.self()Returns the concrete builder instance for fluent chaining.