Uses of Class
software.amazon.awssdk.services.bedrock.model.BatchDeleteEvaluationJobResponse
-
Packages that use BatchDeleteEvaluationJobResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of BatchDeleteEvaluationJobResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return BatchDeleteEvaluationJobResponse Modifier and Type Method Description default BatchDeleteEvaluationJobResponseBedrockClient. batchDeleteEvaluationJob(Consumer<BatchDeleteEvaluationJobRequest.Builder> batchDeleteEvaluationJobRequest)Deletes a batch of evaluation jobs.default BatchDeleteEvaluationJobResponseBedrockClient. batchDeleteEvaluationJob(BatchDeleteEvaluationJobRequest batchDeleteEvaluationJobRequest)Deletes a batch of evaluation jobs.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type BatchDeleteEvaluationJobResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteEvaluationJobResponse>BedrockAsyncClient. batchDeleteEvaluationJob(Consumer<BatchDeleteEvaluationJobRequest.Builder> batchDeleteEvaluationJobRequest)Deletes a batch of evaluation jobs.default CompletableFuture<BatchDeleteEvaluationJobResponse>BedrockAsyncClient. batchDeleteEvaluationJob(BatchDeleteEvaluationJobRequest batchDeleteEvaluationJobRequest)Deletes a batch of evaluation jobs.
-