| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SearchRecord> |
SearchResponse.results()
A list of
SearchRecord objects. |
| Modifier and Type | Method and Description |
|---|---|
SearchResponse.Builder |
SearchResponse.Builder.results(SearchRecord... results)
A list of
SearchRecord objects. |
| Modifier and Type | Method and Description |
|---|---|
SearchResponse.Builder |
SearchResponse.Builder.results(Collection<SearchRecord> results)
A list of
SearchRecord objects. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<SearchRecord> |
SearchPublisher.results()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<SearchRecord> |
SearchIterable.results()
Returns an iterable to iterate through the paginated
SearchResponse.results() member. |
Copyright © 2023. All rights reserved.