Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ModelPerformanceConfiguration.Builder
Packages that use ModelPerformanceConfiguration.Builder
-
Uses of ModelPerformanceConfiguration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ModelPerformanceConfiguration.BuilderModifier and TypeMethodDescriptionModelPerformanceConfiguration.builder()ModelPerformanceConfiguration.Builder.performanceConfig(Consumer<PerformanceConfiguration.Builder> performanceConfig) The latency configuration for the model.ModelPerformanceConfiguration.Builder.performanceConfig(PerformanceConfiguration performanceConfig) The latency configuration for the model.ModelPerformanceConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ModelPerformanceConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModelPerformanceConfiguration.Builder>ModelPerformanceConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ModelPerformanceConfiguration.BuilderModifier and TypeMethodDescriptiondefault InvokeFlowRequest.BuilderInvokeFlowRequest.Builder.modelPerformanceConfiguration(Consumer<ModelPerformanceConfiguration.Builder> modelPerformanceConfiguration) Model performance settings for the request.StartFlowExecutionRequest.Builder.modelPerformanceConfiguration(Consumer<ModelPerformanceConfiguration.Builder> modelPerformanceConfiguration) The performance settings for the foundation model used in the flow execution.