Uses of Class
software.amazon.awssdk.services.bedrock.model.CreateEvaluationJobResponse
-
Packages that use CreateEvaluationJobResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of CreateEvaluationJobResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return CreateEvaluationJobResponse Modifier and Type Method Description default CreateEvaluationJobResponseBedrockClient. createEvaluationJob(Consumer<CreateEvaluationJobRequest.Builder> createEvaluationJobRequest)Creates an evaluation job.default CreateEvaluationJobResponseBedrockClient. createEvaluationJob(CreateEvaluationJobRequest createEvaluationJobRequest)Creates an evaluation job.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type CreateEvaluationJobResponse Modifier and Type Method Description default CompletableFuture<CreateEvaluationJobResponse>BedrockAsyncClient. createEvaluationJob(Consumer<CreateEvaluationJobRequest.Builder> createEvaluationJobRequest)Creates an evaluation job.default CompletableFuture<CreateEvaluationJobResponse>BedrockAsyncClient. createEvaluationJob(CreateEvaluationJobRequest createEvaluationJobRequest)Creates an evaluation job.
-