Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListStageDevicesResponse
-
Packages that use ListStageDevicesResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListStageDevicesResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListStageDevicesResponse Modifier and Type Method Description default ListStageDevicesResponseSageMakerClient. listStageDevices(Consumer<ListStageDevicesRequest.Builder> 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.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListStageDevicesResponse Modifier and Type Method Description default CompletableFuture<ListStageDevicesResponse>SageMakerAsyncClient. listStageDevices(Consumer<ListStageDevicesRequest.Builder> listStageDevicesRequest)Lists devices allocated to the stage, containing detailed device information and deployment status.default CompletableFuture<ListStageDevicesResponse>SageMakerAsyncClient. listStageDevices(ListStageDevicesRequest listStageDevicesRequest)Lists devices allocated to the stage, containing detailed device information and deployment status. -
Uses of ListStageDevicesResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListStageDevicesResponse Modifier and Type Method Description Iterator<ListStageDevicesResponse>ListStageDevicesIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListStageDevicesResponse Modifier and Type Method Description voidListStageDevicesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStageDevicesResponse> subscriber)
-