| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default StopMonitoringScheduleResponse |
SageMakerClient.stopMonitoringSchedule(Consumer<StopMonitoringScheduleRequest.Builder> stopMonitoringScheduleRequest)
Stops a previously started monitoring schedule.
|
default StopMonitoringScheduleResponse |
SageMakerClient.stopMonitoringSchedule(StopMonitoringScheduleRequest stopMonitoringScheduleRequest)
Stops a previously started monitoring schedule.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.