| 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 |
|---|---|
CreateMonitoringScheduleResult |
AbstractAmazonSageMaker.createMonitoringSchedule(CreateMonitoringScheduleRequest request) |
CreateMonitoringScheduleResult |
AmazonSageMakerClient.createMonitoringSchedule(CreateMonitoringScheduleRequest request)
Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data captured for an
Amazon SageMaker Endpoint.
|
CreateMonitoringScheduleResult |
AmazonSageMaker.createMonitoringSchedule(CreateMonitoringScheduleRequest createMonitoringScheduleRequest)
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 |
|---|---|
Future<CreateMonitoringScheduleResult> |
AbstractAmazonSageMakerAsync.createMonitoringScheduleAsync(CreateMonitoringScheduleRequest request,
AsyncHandler<CreateMonitoringScheduleRequest,CreateMonitoringScheduleResult> asyncHandler) |
Future<CreateMonitoringScheduleResult> |
AmazonSageMakerAsyncClient.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 |
|---|---|
CreateMonitoringScheduleResult |
CreateMonitoringScheduleResult.clone() |
CreateMonitoringScheduleResult |
CreateMonitoringScheduleResult.withMonitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
|
Copyright © 2024. All rights reserved.