Uses of Class
software.amazon.awssdk.services.personalize.model.DescribeBatchInferenceJobRequest
-
Packages that use DescribeBatchInferenceJobRequest Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.software.amazon.awssdk.services.personalize.transform -
-
Uses of DescribeBatchInferenceJobRequest in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize with parameters of type DescribeBatchInferenceJobRequest Modifier and Type Method Description 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.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. -
Uses of DescribeBatchInferenceJobRequest in software.amazon.awssdk.services.personalize.transform
Methods in software.amazon.awssdk.services.personalize.transform with parameters of type DescribeBatchInferenceJobRequest Modifier and Type Method Description SdkHttpFullRequestDescribeBatchInferenceJobRequestMarshaller. marshall(DescribeBatchInferenceJobRequest describeBatchInferenceJobRequest)
-