Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateMonitoringScheduleResponse
-
Packages that use UpdateMonitoringScheduleResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateMonitoringScheduleResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateMonitoringScheduleResponse Modifier and Type Method Description default UpdateMonitoringScheduleResponse
SageMakerClient. updateMonitoringSchedule(Consumer<UpdateMonitoringScheduleRequest.Builder> updateMonitoringScheduleRequest)
Updates a previously created schedule.default UpdateMonitoringScheduleResponse
SageMakerClient. updateMonitoringSchedule(UpdateMonitoringScheduleRequest updateMonitoringScheduleRequest)
Updates a previously created schedule.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateMonitoringScheduleResponse Modifier and Type Method Description default CompletableFuture<UpdateMonitoringScheduleResponse>
SageMakerAsyncClient. updateMonitoringSchedule(Consumer<UpdateMonitoringScheduleRequest.Builder> updateMonitoringScheduleRequest)
Updates a previously created schedule.default CompletableFuture<UpdateMonitoringScheduleResponse>
SageMakerAsyncClient. updateMonitoringSchedule(UpdateMonitoringScheduleRequest updateMonitoringScheduleRequest)
Updates a previously created schedule.
-