Class ProviderProfile.GoogleProviderProfile.Builder
java.lang.Object
com.oracle.database.selectai.model.ProviderProfile.Builder<ProviderProfile.GoogleProviderProfile.Builder>
com.oracle.database.selectai.model.ProviderProfile.GoogleProviderProfile.Builder
- Enclosing class:
ProviderProfile.GoogleProviderProfile
public static class ProviderProfile.GoogleProviderProfile.Builder
extends ProviderProfile.Builder<ProviderProfile.GoogleProviderProfile.Builder>
Builder for
ProviderProfile.GoogleProviderProfile.-
Field Summary
Fields inherited from class com.oracle.database.selectai.model.ProviderProfile.Builder
embeddingModel, model, providerEndpoint, providerName, region -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.oracle.database.selectai.model.ProviderProfile.Builder
embeddingModel, model, providerEndpoint, providerName, region
-
Constructor Details
-
Builder
public Builder()Creates an empty Google provider profile builder.
-
-
Method Details
-
self
Returns the concrete builder instance for fluent chaining.- Specified by:
selfin classProviderProfile.Builder<ProviderProfile.GoogleProviderProfile.Builder>- Returns:
- concrete builder instance
-
build
Builds the Google provider profile.- Returns:
- Google provider profile
-