Uses of Class
software.amazon.awssdk.services.bedrock.model.EvaluationModelConfig
-
Packages that use EvaluationModelConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of EvaluationModelConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return EvaluationModelConfig Modifier and Type Method Description static EvaluationModelConfigEvaluationModelConfig. fromBedrockModel(Consumer<EvaluationBedrockModel.Builder> bedrockModel)Create an instance of this class withbedrockModel()initialized to the given value.static EvaluationModelConfigEvaluationModelConfig. fromBedrockModel(EvaluationBedrockModel bedrockModel)Create an instance of this class withbedrockModel()initialized to the given value.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type EvaluationModelConfig Modifier and Type Method Description List<EvaluationModelConfig>EvaluationInferenceConfig. models()Used to specify the models.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type EvaluationModelConfig Modifier and Type Method Description EvaluationInferenceConfig.BuilderEvaluationInferenceConfig.Builder. models(EvaluationModelConfig... models)Used to specify the models.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type EvaluationModelConfig Modifier and Type Method Description static EvaluationInferenceConfigEvaluationInferenceConfig. fromModels(List<EvaluationModelConfig> models)Create an instance of this class withEvaluationInferenceConfig.models()initialized to the given value.EvaluationInferenceConfig.BuilderEvaluationInferenceConfig.Builder. models(Collection<EvaluationModelConfig> models)Used to specify the models.
-