Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InlineBedrockModelConfigurations.Builder
-
Packages that use InlineBedrockModelConfigurations.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of InlineBedrockModelConfigurations.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InlineBedrockModelConfigurations.Builder Modifier and Type Method Description static InlineBedrockModelConfigurations.BuilderInlineBedrockModelConfigurations. builder()default InlineBedrockModelConfigurations.BuilderInlineBedrockModelConfigurations.Builder. performanceConfig(Consumer<PerformanceConfiguration.Builder> performanceConfig)The latency configuration for the model.InlineBedrockModelConfigurations.BuilderInlineBedrockModelConfigurations.Builder. performanceConfig(PerformanceConfiguration performanceConfig)The latency configuration for the model.InlineBedrockModelConfigurations.BuilderInlineBedrockModelConfigurations. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InlineBedrockModelConfigurations.Builder Modifier and Type Method Description static Class<? extends InlineBedrockModelConfigurations.Builder>InlineBedrockModelConfigurations. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type InlineBedrockModelConfigurations.Builder Modifier and Type Method Description default InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder. bedrockModelConfigurations(Consumer<InlineBedrockModelConfigurations.Builder> bedrockModelConfigurations)Model settings for the request.
-