Uses of Class
software.amazon.awssdk.services.sagemaker.model.StopMonitoringScheduleResponse
-
Packages that use StopMonitoringScheduleResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of StopMonitoringScheduleResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return StopMonitoringScheduleResponse Modifier and Type Method Description default StopMonitoringScheduleResponseSageMakerClient. stopMonitoringSchedule(Consumer<StopMonitoringScheduleRequest.Builder> stopMonitoringScheduleRequest)Stops a previously started monitoring schedule.default StopMonitoringScheduleResponseSageMakerClient. stopMonitoringSchedule(StopMonitoringScheduleRequest stopMonitoringScheduleRequest)Stops a previously started monitoring schedule.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type StopMonitoringScheduleResponse Modifier and Type Method Description default CompletableFuture<StopMonitoringScheduleResponse>SageMakerAsyncClient. stopMonitoringSchedule(Consumer<StopMonitoringScheduleRequest.Builder> stopMonitoringScheduleRequest)Stops a previously started monitoring schedule.default CompletableFuture<StopMonitoringScheduleResponse>SageMakerAsyncClient. stopMonitoringSchedule(StopMonitoringScheduleRequest stopMonitoringScheduleRequest)Stops a previously started monitoring schedule.
-