Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.HarnessLiteLlmModelConfig.Builder
Packages that use HarnessLiteLlmModelConfig.Builder
-
Uses of HarnessLiteLlmModelConfig.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessLiteLlmModelConfig.BuilderModifier and TypeMethodDescriptionHarnessLiteLlmModelConfig.Builder.additionalParams(Document additionalParams) Provider-specific parameters passed through to the model provider unchanged.The base URL for the model provider's API endpoint.The ARN of the API key in AgentCore Identity for authenticating with the model provider.HarnessLiteLlmModelConfig.builder()The maximum number of tokens to allow in the generated response per iteration.The LiteLLM model identifier (e.g., "anthropic/claude-3-sonnet").HarnessLiteLlmModelConfig.Builder.temperature(Float temperature) The temperature to set when calling the model.HarnessLiteLlmModelConfig.toBuilder()The topP set when calling the model.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type HarnessLiteLlmModelConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HarnessLiteLlmModelConfig.Builder>HarnessLiteLlmModelConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type HarnessLiteLlmModelConfig.BuilderModifier and TypeMethodDescriptionstatic HarnessModelConfigurationHarnessModelConfiguration.fromLiteLlmModelConfig(Consumer<HarnessLiteLlmModelConfig.Builder> liteLlmModelConfig) Create an instance of this class withHarnessModelConfiguration.liteLlmModelConfig()initialized to the given value.HarnessModelConfiguration.Builder.liteLlmModelConfig(Consumer<HarnessLiteLlmModelConfig.Builder> liteLlmModelConfig) The LiteLLM model configuration for connecting to third-party model providers.