Uses of Class
software.amazon.awssdk.services.sagemaker.model.EndpointConfigSummary
-
Packages that use EndpointConfigSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of EndpointConfigSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type EndpointConfigSummary Modifier and Type Method Description List<EndpointConfigSummary>ListEndpointConfigsResponse. endpointConfigs()An array of endpoint configurations.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type EndpointConfigSummary Modifier and Type Method Description ListEndpointConfigsResponse.BuilderListEndpointConfigsResponse.Builder. endpointConfigs(EndpointConfigSummary... endpointConfigs)An array of endpoint configurations.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type EndpointConfigSummary Modifier and Type Method Description ListEndpointConfigsResponse.BuilderListEndpointConfigsResponse.Builder. endpointConfigs(Collection<EndpointConfigSummary> endpointConfigs)An array of endpoint configurations. -
Uses of EndpointConfigSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type EndpointConfigSummary Modifier and Type Method Description SdkIterable<EndpointConfigSummary>ListEndpointConfigsIterable. endpointConfigs()Returns an iterable to iterate through the paginatedListEndpointConfigsResponse.endpointConfigs()member.SdkPublisher<EndpointConfigSummary>ListEndpointConfigsPublisher. endpointConfigs()Returns a publisher that can be used to get a stream of data.
-