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)Retrieves the properties associated with a model evaluation job, including the status of the job.default GetEvaluationJobResponseBedrockClient. getEvaluationJob(GetEvaluationJobRequest getEvaluationJobRequest)Retrieves the properties associated with a model evaluation job, including 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)Retrieves the properties associated with a model evaluation job, including the status of the job.default CompletableFuture<GetEvaluationJobResponse>BedrockAsyncClient. getEvaluationJob(GetEvaluationJobRequest getEvaluationJobRequest)Retrieves the properties associated with a model evaluation job, including the status of the job.
-