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)Creates a batch deletion job.default BatchDeleteEvaluationJobResponseBedrockClient. batchDeleteEvaluationJob(BatchDeleteEvaluationJobRequest batchDeleteEvaluationJobRequest)Creates a batch deletion job.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)Creates a batch deletion job.default CompletableFuture<BatchDeleteEvaluationJobResponse>BedrockAsyncClient. batchDeleteEvaluationJob(BatchDeleteEvaluationJobRequest batchDeleteEvaluationJobRequest)Creates a batch deletion job.
-