Uses of Class
software.amazon.awssdk.services.personalize.model.BatchInferenceJobSummary
-
Packages that use BatchInferenceJobSummary Package Description software.amazon.awssdk.services.personalize.model software.amazon.awssdk.services.personalize.paginators -
-
Uses of BatchInferenceJobSummary in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type BatchInferenceJobSummary Modifier and Type Method Description List<BatchInferenceJobSummary>ListBatchInferenceJobsResponse. batchInferenceJobs()A list containing information on each job that is returned.Methods in software.amazon.awssdk.services.personalize.model with parameters of type BatchInferenceJobSummary Modifier and Type Method Description ListBatchInferenceJobsResponse.BuilderListBatchInferenceJobsResponse.Builder. batchInferenceJobs(BatchInferenceJobSummary... batchInferenceJobs)A list containing information on each job that is returned.Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type BatchInferenceJobSummary Modifier and Type Method Description ListBatchInferenceJobsResponse.BuilderListBatchInferenceJobsResponse.Builder. batchInferenceJobs(Collection<BatchInferenceJobSummary> batchInferenceJobs)A list containing information on each job that is returned. -
Uses of BatchInferenceJobSummary in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type BatchInferenceJobSummary Modifier and Type Method Description SdkIterable<BatchInferenceJobSummary>ListBatchInferenceJobsIterable. batchInferenceJobs()Returns an iterable to iterate through the paginatedListBatchInferenceJobsResponse.batchInferenceJobs()member.SdkPublisher<BatchInferenceJobSummary>ListBatchInferenceJobsPublisher. batchInferenceJobs()Returns a publisher that can be used to get a stream of data.
-