Uses of Class
software.amazon.awssdk.services.bedrock.model.EvaluationInferenceConfig
-
Packages that use EvaluationInferenceConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of EvaluationInferenceConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return EvaluationInferenceConfig Modifier and Type Method Description static EvaluationInferenceConfigEvaluationInferenceConfig. fromModels(List<EvaluationModelConfig> models)Create an instance of this class withmodels()initialized to the given value.static EvaluationInferenceConfigEvaluationInferenceConfig. fromRagConfigs(List<RAGConfig> ragConfigs)Create an instance of this class withragConfigs()initialized to the given value.EvaluationInferenceConfigCreateEvaluationJobRequest. inferenceConfig()Contains the configuration details of the inference model for the evaluation job.EvaluationInferenceConfigGetEvaluationJobResponse. inferenceConfig()Contains the configuration details of the inference model used for the evaluation job.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type EvaluationInferenceConfig Modifier and Type Method Description CreateEvaluationJobRequest.BuilderCreateEvaluationJobRequest.Builder. inferenceConfig(EvaluationInferenceConfig inferenceConfig)Contains the configuration details of the inference model for the evaluation job.GetEvaluationJobResponse.BuilderGetEvaluationJobResponse.Builder. inferenceConfig(EvaluationInferenceConfig inferenceConfig)Contains the configuration details of the inference model used for the evaluation job.
-