| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StopMonitoringScheduleResult> |
AmazonSageMakerAsyncClient.stopMonitoringScheduleAsync(StopMonitoringScheduleRequest request,
AsyncHandler<StopMonitoringScheduleRequest,StopMonitoringScheduleResult> asyncHandler) |
Future<StopMonitoringScheduleResult> |
AmazonSageMakerAsync.stopMonitoringScheduleAsync(StopMonitoringScheduleRequest stopMonitoringScheduleRequest,
AsyncHandler<StopMonitoringScheduleRequest,StopMonitoringScheduleResult> asyncHandler)
Stops a previously started monitoring schedule.
|
Future<StopMonitoringScheduleResult> |
AbstractAmazonSageMakerAsync.stopMonitoringScheduleAsync(StopMonitoringScheduleRequest request,
AsyncHandler<StopMonitoringScheduleRequest,StopMonitoringScheduleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopMonitoringScheduleRequest |
StopMonitoringScheduleRequest.clone() |
StopMonitoringScheduleRequest |
StopMonitoringScheduleRequest.withMonitoringScheduleName(String monitoringScheduleName)
The name of the schedule to stop.
|
Copyright © 2024. All rights reserved.