Uses of Class
software.amazon.awssdk.services.sagemaker.paginators.ListStageDevicesPublisher
-
Packages that use ListStageDevicesPublisher Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of ListStageDevicesPublisher in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListStageDevicesPublisher Modifier and Type Method Description default ListStageDevicesPublisherSageMakerAsyncClient. listStageDevicesPaginator(Consumer<ListStageDevicesRequest.Builder> listStageDevicesRequest)Lists devices allocated to the stage, containing detailed device information and deployment status.default ListStageDevicesPublisherSageMakerAsyncClient. listStageDevicesPaginator(ListStageDevicesRequest listStageDevicesRequest)Lists devices allocated to the stage, containing detailed device information and deployment status.
-