Uses of Class
software.amazon.awssdk.services.bedrock.model.GetEvaluationJobResponse
-
Packages that use GetEvaluationJobResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of GetEvaluationJobResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return GetEvaluationJobResponse Modifier and Type Method Description default GetEvaluationJobResponseBedrockClient. getEvaluationJob(Consumer<GetEvaluationJobRequest.Builder> getEvaluationJobRequest)Gets information about an evaluation job, such as the status of the job.default GetEvaluationJobResponseBedrockClient. getEvaluationJob(GetEvaluationJobRequest getEvaluationJobRequest)Gets information about an evaluation job, such as the status of the job.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type GetEvaluationJobResponse Modifier and Type Method Description default CompletableFuture<GetEvaluationJobResponse>BedrockAsyncClient. getEvaluationJob(Consumer<GetEvaluationJobRequest.Builder> getEvaluationJobRequest)Gets information about an evaluation job, such as the status of the job.default CompletableFuture<GetEvaluationJobResponse>BedrockAsyncClient. getEvaluationJob(GetEvaluationJobRequest getEvaluationJobRequest)Gets information about an evaluation job, such as the status of the job.
-