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 in progress model evaluation job.default StopEvaluationJobResponseBedrockClient. stopEvaluationJob(StopEvaluationJobRequest stopEvaluationJobRequest)Stops an in progress model evaluation job.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 in progress model evaluation job.default CompletableFuture<StopEvaluationJobResponse>BedrockAsyncClient. stopEvaluationJob(StopEvaluationJobRequest stopEvaluationJobRequest)Stops an in progress model evaluation job.
-