Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListAlgorithmsRequest
-
Packages that use ListAlgorithmsRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators software.amazon.awssdk.services.sagemaker.transform -
-
Uses of ListAlgorithmsRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type ListAlgorithmsRequest Modifier and Type Method Description default CompletableFuture<ListAlgorithmsResponse>SageMakerAsyncClient. listAlgorithms(ListAlgorithmsRequest listAlgorithmsRequest)Lists the machine learning algorithms that have been created.default ListAlgorithmsResponseSageMakerClient. listAlgorithms(ListAlgorithmsRequest listAlgorithmsRequest)Lists the machine learning algorithms that have been created.default ListAlgorithmsPublisherSageMakerAsyncClient. listAlgorithmsPaginator(ListAlgorithmsRequest listAlgorithmsRequest)Lists the machine learning algorithms that have been created.default ListAlgorithmsIterableSageMakerClient. listAlgorithmsPaginator(ListAlgorithmsRequest listAlgorithmsRequest)Lists the machine learning algorithms that have been created. -
Uses of ListAlgorithmsRequest in software.amazon.awssdk.services.sagemaker.paginators
Constructors in software.amazon.awssdk.services.sagemaker.paginators with parameters of type ListAlgorithmsRequest Constructor Description ListAlgorithmsIterable(SageMakerClient client, ListAlgorithmsRequest firstRequest)ListAlgorithmsPublisher(SageMakerAsyncClient client, ListAlgorithmsRequest firstRequest) -
Uses of ListAlgorithmsRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type ListAlgorithmsRequest Modifier and Type Method Description SdkHttpFullRequestListAlgorithmsRequestMarshaller. marshall(ListAlgorithmsRequest listAlgorithmsRequest)
-