Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ModelPerformanceConfiguration
-
Packages that use ModelPerformanceConfiguration Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ModelPerformanceConfiguration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ModelPerformanceConfiguration Modifier and Type Method Description ModelPerformanceConfigurationInvokeFlowRequest. modelPerformanceConfiguration()Model performance settings for the request.ModelPerformanceConfigurationStartFlowExecutionRequest. 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 ModelPerformanceConfiguration Modifier and Type Method Description InvokeFlowRequest.BuilderInvokeFlowRequest.Builder. modelPerformanceConfiguration(ModelPerformanceConfiguration modelPerformanceConfiguration)Model performance settings for the request.StartFlowExecutionRequest.BuilderStartFlowExecutionRequest.Builder. modelPerformanceConfiguration(ModelPerformanceConfiguration modelPerformanceConfiguration)The performance settings for the foundation model used in the flow execution.
-