| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ContextSummary> |
ListContextsResponse.contextSummaries()
A list of contexts and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListContextsResponse.Builder |
ListContextsResponse.Builder.contextSummaries(ContextSummary... contextSummaries)
A list of contexts and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListContextsResponse.Builder |
ListContextsResponse.Builder.contextSummaries(Collection<ContextSummary> contextSummaries)
A list of contexts and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ContextSummary> |
ListContextsPublisher.contextSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ContextSummary> |
ListContextsIterable.contextSummaries()
Returns an iterable to iterate through the paginated
ListContextsResponse.contextSummaries() member. |
Copyright © 2020. All rights reserved.