Class ProviderProfile.AWSProviderProfile
java.lang.Object
com.oracle.database.selectai.model.ProviderProfile
com.oracle.database.selectai.model.ProviderProfile.AWSProviderProfile
- Enclosing class:
ProviderProfile
Provider profile attributes for AWS Bedrock.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.oracle.database.selectai.model.ProviderProfile
ProviderProfile.AnthropicProviderProfile, ProviderProfile.AWSProviderProfile, ProviderProfile.AzureProviderProfile, ProviderProfile.CohereProviderProfile, ProviderProfile.GoogleProviderProfile, ProviderProfile.HuggingFaceProviderProfile, ProviderProfile.OCIGenAIProviderProfile, ProviderProfile.OpenAIProviderProfile -
Method Summary
Modifier and TypeMethodDescriptionapplyTo(ProfileAttributes.Builder builder) Applies AWS-specific attributes to a profile builder.Methods inherited from class com.oracle.database.selectai.model.ProviderProfile
anthropic, aws, azure, cohere, getEmbeddingModel, getModel, getProviderEndpoint, getProviderName, getRegion, google, huggingFace, ociGenAI, openAI
-
Method Details
-
applyTo
Applies AWS-specific attributes to a profile builder.- Overrides:
applyToin classProviderProfile- Parameters:
builder- profile attributes builder to update- Returns:
- the same builder instance after AWS fields are applied
-