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 |
---|---|
SdkIterable<EndpointConfigSummary> |
ListEndpointConfigsIterable.endpointConfigs()
Returns an iterable to iterate through the paginated
ListEndpointConfigsResponse.endpointConfigs()
member. |
SdkPublisher<EndpointConfigSummary> |
ListEndpointConfigsPublisher.endpointConfigs()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.