Uses of Interface
software.amazon.awssdk.services.bedrock.model.PerformanceConfiguration.Builder
-
Packages that use PerformanceConfiguration.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of PerformanceConfiguration.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return PerformanceConfiguration.Builder Modifier and Type Method Description static PerformanceConfiguration.BuilderPerformanceConfiguration. builder()PerformanceConfiguration.BuilderPerformanceConfiguration.Builder. latency(String latency)Specifies whether to use the latency-optimized or standard version of a model or inference profile.PerformanceConfiguration.BuilderPerformanceConfiguration.Builder. latency(PerformanceConfigLatency latency)Specifies whether to use the latency-optimized or standard version of a model or inference profile.PerformanceConfiguration.BuilderPerformanceConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type PerformanceConfiguration.Builder Modifier and Type Method Description static Class<? extends PerformanceConfiguration.Builder>PerformanceConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type PerformanceConfiguration.Builder Modifier and Type Method Description default EvaluationBedrockModel.BuilderEvaluationBedrockModel.Builder. performanceConfig(Consumer<PerformanceConfiguration.Builder> performanceConfig)Specifies performance settings for the model or inference profile.
-