Uses of Class
software.amazon.awssdk.services.sagemaker.model.StartMonitoringScheduleResponse
-
Packages that use StartMonitoringScheduleResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of StartMonitoringScheduleResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return StartMonitoringScheduleResponse Modifier and Type Method Description default StartMonitoringScheduleResponseSageMakerClient. startMonitoringSchedule(Consumer<StartMonitoringScheduleRequest.Builder> startMonitoringScheduleRequest)Starts a previously stopped monitoring schedule.default StartMonitoringScheduleResponseSageMakerClient. startMonitoringSchedule(StartMonitoringScheduleRequest startMonitoringScheduleRequest)Starts a previously stopped monitoring schedule.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type StartMonitoringScheduleResponse Modifier and Type Method Description default CompletableFuture<StartMonitoringScheduleResponse>SageMakerAsyncClient. startMonitoringSchedule(Consumer<StartMonitoringScheduleRequest.Builder> startMonitoringScheduleRequest)Starts a previously stopped monitoring schedule.default CompletableFuture<StartMonitoringScheduleResponse>SageMakerAsyncClient. startMonitoringSchedule(StartMonitoringScheduleRequest startMonitoringScheduleRequest)Starts a previously stopped monitoring schedule.
-