Uses of Class
software.amazon.awssdk.services.sagemaker.model.AlgorithmSummary
-
Packages that use AlgorithmSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of AlgorithmSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AlgorithmSummary Modifier and Type Method Description List<AlgorithmSummary>ListAlgorithmsResponse. algorithmSummaryList()>An array ofAlgorithmSummaryobjects, each of which lists an algorithm.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AlgorithmSummary Modifier and Type Method Description ListAlgorithmsResponse.BuilderListAlgorithmsResponse.Builder. algorithmSummaryList(AlgorithmSummary... algorithmSummaryList)>An array ofAlgorithmSummaryobjects, each of which lists an algorithm.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AlgorithmSummary Modifier and Type Method Description ListAlgorithmsResponse.BuilderListAlgorithmsResponse.Builder. algorithmSummaryList(Collection<AlgorithmSummary> algorithmSummaryList)>An array ofAlgorithmSummaryobjects, each of which lists an algorithm. -
Uses of AlgorithmSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type AlgorithmSummary Modifier and Type Method Description SdkIterable<AlgorithmSummary>ListAlgorithmsIterable. algorithmSummaryList()Returns an iterable to iterate through the paginatedListAlgorithmsResponse.algorithmSummaryList()member.SdkPublisher<AlgorithmSummary>ListAlgorithmsPublisher. algorithmSummaryList()Returns a publisher that can be used to get a stream of data.
-