| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EndpointConfigSummary> |
ListEndpointConfigsResponse.endpointConfigs()
An array of endpoint configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListEndpointConfigsResponse.Builder |
ListEndpointConfigsResponse.Builder.endpointConfigs(EndpointConfigSummary... endpointConfigs)
An array of endpoint configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListEndpointConfigsResponse.Builder |
ListEndpointConfigsResponse.Builder.endpointConfigs(Collection<EndpointConfigSummary> endpointConfigs)
An array of endpoint configurations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<EndpointConfigSummary> |
ListEndpointConfigsPublisher.endpointConfigs()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<EndpointConfigSummary> |
ListEndpointConfigsIterable.endpointConfigs()
Returns an iterable to iterate through the paginated
ListEndpointConfigsResponse.endpointConfigs()
member. |
Copyright © 2021. All rights reserved.