Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListStageDevicesRequest
-
Packages that use ListStageDevicesRequest 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 ListStageDevicesRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type ListStageDevicesRequest Modifier and Type Method Description default CompletableFuture<ListStageDevicesResponse>SageMakerAsyncClient. listStageDevices(ListStageDevicesRequest listStageDevicesRequest)Lists devices allocated to the stage, containing detailed device information and deployment status.default ListStageDevicesResponseSageMakerClient. listStageDevices(ListStageDevicesRequest 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.default ListStageDevicesIterableSageMakerClient. listStageDevicesPaginator(ListStageDevicesRequest listStageDevicesRequest)Lists devices allocated to the stage, containing detailed device information and deployment status. -
Uses of ListStageDevicesRequest in software.amazon.awssdk.services.sagemaker.paginators
Constructors in software.amazon.awssdk.services.sagemaker.paginators with parameters of type ListStageDevicesRequest Constructor Description ListStageDevicesIterable(SageMakerClient client, ListStageDevicesRequest firstRequest)ListStageDevicesPublisher(SageMakerAsyncClient client, ListStageDevicesRequest firstRequest) -
Uses of ListStageDevicesRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type ListStageDevicesRequest Modifier and Type Method Description SdkHttpFullRequestListStageDevicesRequestMarshaller. marshall(ListStageDevicesRequest listStageDevicesRequest)
-