Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListAlgorithmsResponse
-
Packages that use ListAlgorithmsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListAlgorithmsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListAlgorithmsResponse Modifier and Type Method Description default ListAlgorithmsResponseSageMakerClient. listAlgorithms()Lists the machine learning algorithms that have been created.default ListAlgorithmsResponseSageMakerClient. listAlgorithms(Consumer<ListAlgorithmsRequest.Builder> listAlgorithmsRequest)Lists the machine learning algorithms that have been created.default ListAlgorithmsResponseSageMakerClient. listAlgorithms(ListAlgorithmsRequest listAlgorithmsRequest)Lists the machine learning algorithms that have been created.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListAlgorithmsResponse Modifier and Type Method Description default CompletableFuture<ListAlgorithmsResponse>SageMakerAsyncClient. listAlgorithms()Lists the machine learning algorithms that have been created.default CompletableFuture<ListAlgorithmsResponse>SageMakerAsyncClient. listAlgorithms(Consumer<ListAlgorithmsRequest.Builder> listAlgorithmsRequest)Lists the machine learning algorithms that have been created.default CompletableFuture<ListAlgorithmsResponse>SageMakerAsyncClient. listAlgorithms(ListAlgorithmsRequest listAlgorithmsRequest)Lists the machine learning algorithms that have been created. -
Uses of ListAlgorithmsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListAlgorithmsResponse Modifier and Type Method Description Iterator<ListAlgorithmsResponse>ListAlgorithmsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListAlgorithmsResponse Modifier and Type Method Description voidListAlgorithmsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAlgorithmsResponse> subscriber)
-