| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessingJobSummary> |
ListProcessingJobsResponse.processingJobSummaries()
An array of
ProcessingJobSummary objects, each listing a processing job. |
| Modifier and Type | Method and Description |
|---|---|
ListProcessingJobsResponse.Builder |
ListProcessingJobsResponse.Builder.processingJobSummaries(ProcessingJobSummary... processingJobSummaries)
An array of
ProcessingJobSummary objects, each listing a processing job. |
| Modifier and Type | Method and Description |
|---|---|
ListProcessingJobsResponse.Builder |
ListProcessingJobsResponse.Builder.processingJobSummaries(Collection<ProcessingJobSummary> processingJobSummaries)
An array of
ProcessingJobSummary objects, each listing a processing job. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ProcessingJobSummary> |
ListProcessingJobsPublisher.processingJobSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ProcessingJobSummary> |
ListProcessingJobsIterable.processingJobSummaries()
Returns an iterable to iterate through the paginated
ListProcessingJobsResponse.processingJobSummaries()
member. |
Copyright © 2020. All rights reserved.