Uses of Class
software.amazon.awssdk.services.personalize.model.CreateBatchInferenceJobResponse
-
Packages that use CreateBatchInferenceJobResponse 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 CreateBatchInferenceJobResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return CreateBatchInferenceJobResponse Modifier and Type Method Description default CreateBatchInferenceJobResponsePersonalizeClient. createBatchInferenceJob(Consumer<CreateBatchInferenceJobRequest.Builder> createBatchInferenceJobRequest)Generates batch recommendations based on a list of items or users stored in Amazon S3 and exports the recommendations to an Amazon S3 bucket.default CreateBatchInferenceJobResponsePersonalizeClient. createBatchInferenceJob(CreateBatchInferenceJobRequest createBatchInferenceJobRequest)Generates batch recommendations based on a list of items or users stored in Amazon S3 and exports the recommendations to an Amazon S3 bucket.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type CreateBatchInferenceJobResponse Modifier and Type Method Description default CompletableFuture<CreateBatchInferenceJobResponse>PersonalizeAsyncClient. createBatchInferenceJob(Consumer<CreateBatchInferenceJobRequest.Builder> createBatchInferenceJobRequest)Generates batch recommendations based on a list of items or users stored in Amazon S3 and exports the recommendations to an Amazon S3 bucket.default CompletableFuture<CreateBatchInferenceJobResponse>PersonalizeAsyncClient. createBatchInferenceJob(CreateBatchInferenceJobRequest createBatchInferenceJobRequest)Generates batch recommendations based on a list of items or users stored in Amazon S3 and exports the recommendations to an Amazon S3 bucket.
-