| 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<CreateMonitoringScheduleResult> |
AmazonSageMakerAsyncClient.createMonitoringScheduleAsync(CreateMonitoringScheduleRequest request,
AsyncHandler<CreateMonitoringScheduleRequest,CreateMonitoringScheduleResult> asyncHandler) |
Future<CreateMonitoringScheduleResult> |
AbstractAmazonSageMakerAsync.createMonitoringScheduleAsync(CreateMonitoringScheduleRequest request,
AsyncHandler<CreateMonitoringScheduleRequest,CreateMonitoringScheduleResult> asyncHandler) |
Future<CreateMonitoringScheduleResult> |
AmazonSageMakerAsync.createMonitoringScheduleAsync(CreateMonitoringScheduleRequest createMonitoringScheduleRequest,
AsyncHandler<CreateMonitoringScheduleRequest,CreateMonitoringScheduleResult> asyncHandler)
Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data captured for an
Amazon SageMaker Endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMonitoringScheduleRequest |
CreateMonitoringScheduleRequest.clone() |
CreateMonitoringScheduleRequest |
CreateMonitoringScheduleRequest.withMonitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
CreateMonitoringScheduleRequest |
CreateMonitoringScheduleRequest.withMonitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
|
CreateMonitoringScheduleRequest |
CreateMonitoringScheduleRequest.withTags(Collection<Tag> tags)
(Optional) An array of key-value pairs.
|
CreateMonitoringScheduleRequest |
CreateMonitoringScheduleRequest.withTags(Tag... tags)
(Optional) An array of key-value pairs.
|
Copyright © 2025. All rights reserved.