Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ModelPerformanceConfiguration
Packages that use ModelPerformanceConfiguration
-
Uses of ModelPerformanceConfiguration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ModelPerformanceConfigurationModifier and TypeMethodDescriptionInvokeFlowRequest.modelPerformanceConfiguration()Model performance settings for the request.StartFlowExecutionRequest.modelPerformanceConfiguration()The performance settings for the foundation model used in the flow execution.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ModelPerformanceConfigurationModifier and TypeMethodDescriptionInvokeFlowRequest.Builder.modelPerformanceConfiguration(ModelPerformanceConfiguration modelPerformanceConfiguration) Model performance settings for the request.StartFlowExecutionRequest.Builder.modelPerformanceConfiguration(ModelPerformanceConfiguration modelPerformanceConfiguration) The performance settings for the foundation model used in the flow execution.