Uses of Class
software.amazon.awssdk.services.personalize.model.DescribeBatchInferenceJobResponse
-
Packages that use DescribeBatchInferenceJobResponse Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers. -
-
Uses of DescribeBatchInferenceJobResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return DescribeBatchInferenceJobResponse Modifier and Type Method Description default DescribeBatchInferenceJobResponsePersonalizeClient. describeBatchInferenceJob(Consumer<DescribeBatchInferenceJobRequest.Builder> describeBatchInferenceJobRequest)Gets the properties of a batch inference job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate the recommendations.default DescribeBatchInferenceJobResponsePersonalizeClient. describeBatchInferenceJob(DescribeBatchInferenceJobRequest describeBatchInferenceJobRequest)Gets the properties of a batch inference job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate the recommendations.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type DescribeBatchInferenceJobResponse Modifier and Type Method Description default CompletableFuture<DescribeBatchInferenceJobResponse>PersonalizeAsyncClient. describeBatchInferenceJob(Consumer<DescribeBatchInferenceJobRequest.Builder> describeBatchInferenceJobRequest)Gets the properties of a batch inference job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate the recommendations.default CompletableFuture<DescribeBatchInferenceJobResponse>PersonalizeAsyncClient. describeBatchInferenceJob(DescribeBatchInferenceJobRequest describeBatchInferenceJobRequest)Gets the properties of a batch inference job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate the recommendations.
-