Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProcessingJobSummary
-
Packages that use ProcessingJobSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ProcessingJobSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProcessingJobSummary Modifier and Type Method Description List<ProcessingJobSummary>ListProcessingJobsResponse. processingJobSummaries()An array ofProcessingJobSummaryobjects, each listing a processing job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProcessingJobSummary Modifier and Type Method Description ListProcessingJobsResponse.BuilderListProcessingJobsResponse.Builder. processingJobSummaries(ProcessingJobSummary... processingJobSummaries)An array ofProcessingJobSummaryobjects, each listing a processing job.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProcessingJobSummary Modifier and Type Method Description ListProcessingJobsResponse.BuilderListProcessingJobsResponse.Builder. processingJobSummaries(Collection<ProcessingJobSummary> processingJobSummaries)An array ofProcessingJobSummaryobjects, each listing a processing job. -
Uses of ProcessingJobSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ProcessingJobSummary Modifier and Type Method Description SdkIterable<ProcessingJobSummary>ListProcessingJobsIterable. processingJobSummaries()Returns an iterable to iterate through the paginatedListProcessingJobsResponse.processingJobSummaries()member.SdkPublisher<ProcessingJobSummary>ListProcessingJobsPublisher. processingJobSummaries()Returns a publisher that can be used to get a stream of data.
-