Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateDevicesRequest
-
Packages that use UpdateDevicesRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of UpdateDevicesRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type UpdateDevicesRequest Modifier and Type Method Description default CompletableFuture<UpdateDevicesResponse>SageMakerAsyncClient. updateDevices(UpdateDevicesRequest updateDevicesRequest)Updates one or more devices in a fleet.default UpdateDevicesResponseSageMakerClient. updateDevices(UpdateDevicesRequest updateDevicesRequest)Updates one or more devices in a fleet. -
Uses of UpdateDevicesRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type UpdateDevicesRequest Modifier and Type Method Description SdkHttpFullRequestUpdateDevicesRequestMarshaller. marshall(UpdateDevicesRequest updateDevicesRequest)
-