Uses of Class
software.amazon.awssdk.services.bedrock.model.StopEvaluationJobResponse
-
Packages that use StopEvaluationJobResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of StopEvaluationJobResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return StopEvaluationJobResponse Modifier and Type Method Description default StopEvaluationJobResponseBedrockClient. stopEvaluationJob(Consumer<StopEvaluationJobRequest.Builder> stopEvaluationJobRequest)Stops an evaluation job that is current being created or running.default StopEvaluationJobResponseBedrockClient. stopEvaluationJob(StopEvaluationJobRequest stopEvaluationJobRequest)Stops an evaluation job that is current being created or running.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type StopEvaluationJobResponse Modifier and Type Method Description default CompletableFuture<StopEvaluationJobResponse>BedrockAsyncClient. stopEvaluationJob(Consumer<StopEvaluationJobRequest.Builder> stopEvaluationJobRequest)Stops an evaluation job that is current being created or running.default CompletableFuture<StopEvaluationJobResponse>BedrockAsyncClient. stopEvaluationJob(StopEvaluationJobRequest stopEvaluationJobRequest)Stops an evaluation job that is current being created or running.
-