Class ProviderProfile.CohereProviderProfile.Builder
java.lang.Object
com.oracle.database.selectai.model.ProviderProfile.Builder<ProviderProfile.CohereProviderProfile.Builder>
com.oracle.database.selectai.model.ProviderProfile.CohereProviderProfile.Builder
- Enclosing class:
ProviderProfile.CohereProviderProfile
public static class ProviderProfile.CohereProviderProfile.Builder
extends ProviderProfile.Builder<ProviderProfile.CohereProviderProfile.Builder>
Builder for
ProviderProfile.CohereProviderProfile.-
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 Cohere provider profile builder.
-
-
Method Details
-
self
Returns the concrete builder instance for fluent chaining.- Specified by:
selfin classProviderProfile.Builder<ProviderProfile.CohereProviderProfile.Builder>- Returns:
- concrete builder instance
-
build
Builds the Cohere provider profile.- Returns:
- Cohere provider profile
-