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)API operation for creating and managing Amazon Bedrock automatic model evaluation jobs and model evaluation jobs that use human workers.default CreateEvaluationJobResponseBedrockClient. createEvaluationJob(CreateEvaluationJobRequest createEvaluationJobRequest)API operation for creating and managing Amazon Bedrock automatic model evaluation jobs and model evaluation jobs that use human workers.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)API operation for creating and managing Amazon Bedrock automatic model evaluation jobs and model evaluation jobs that use human workers.default CompletableFuture<CreateEvaluationJobResponse>BedrockAsyncClient. createEvaluationJob(CreateEvaluationJobRequest createEvaluationJobRequest)API operation for creating and managing Amazon Bedrock automatic model evaluation jobs and model evaluation jobs that use human workers.
-