Uses of Class
software.amazon.awssdk.services.personalize.model.BatchInferenceJobConfig
-
Packages that use BatchInferenceJobConfig Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of BatchInferenceJobConfig in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return BatchInferenceJobConfig Modifier and Type Method Description BatchInferenceJobConfigBatchInferenceJob. batchInferenceJobConfig()A string to string map of the configuration details of a batch inference job.BatchInferenceJobConfigCreateBatchInferenceJobRequest. batchInferenceJobConfig()The configuration details of a batch inference job.Methods in software.amazon.awssdk.services.personalize.model with parameters of type BatchInferenceJobConfig Modifier and Type Method Description BatchInferenceJob.BuilderBatchInferenceJob.Builder. batchInferenceJobConfig(BatchInferenceJobConfig batchInferenceJobConfig)A string to string map of the configuration details of a batch inference job.CreateBatchInferenceJobRequest.BuilderCreateBatchInferenceJobRequest.Builder. batchInferenceJobConfig(BatchInferenceJobConfig batchInferenceJobConfig)The configuration details of a batch inference job.
-