Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListContextsRequest
-
Packages that use ListContextsRequest 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 ListContextsRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type ListContextsRequest Modifier and Type Method Description default CompletableFuture<ListContextsResponse>SageMakerAsyncClient. listContexts(ListContextsRequest listContextsRequest)Lists the contexts in your account and their properties.default ListContextsResponseSageMakerClient. listContexts(ListContextsRequest listContextsRequest)Lists the contexts in your account and their properties.default ListContextsPublisherSageMakerAsyncClient. listContextsPaginator(ListContextsRequest listContextsRequest)Lists the contexts in your account and their properties.default ListContextsIterableSageMakerClient. listContextsPaginator(ListContextsRequest listContextsRequest)Lists the contexts in your account and their properties. -
Uses of ListContextsRequest in software.amazon.awssdk.services.sagemaker.paginators
Constructors in software.amazon.awssdk.services.sagemaker.paginators with parameters of type ListContextsRequest Constructor Description ListContextsIterable(SageMakerClient client, ListContextsRequest firstRequest)ListContextsPublisher(SageMakerAsyncClient client, ListContextsRequest firstRequest) -
Uses of ListContextsRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type ListContextsRequest Modifier and Type Method Description SdkHttpFullRequestListContextsRequestMarshaller. marshall(ListContextsRequest listContextsRequest)
-