| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment |
Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify anomalies in
machines from sensor data for use in predictive maintenance.
|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
StartRetrainingSchedulerResult |
AbstractAmazonLookoutEquipment.startRetrainingScheduler(StartRetrainingSchedulerRequest request) |
StartRetrainingSchedulerResult |
AmazonLookoutEquipmentClient.startRetrainingScheduler(StartRetrainingSchedulerRequest request)
Starts a retraining scheduler.
|
StartRetrainingSchedulerResult |
AmazonLookoutEquipment.startRetrainingScheduler(StartRetrainingSchedulerRequest startRetrainingSchedulerRequest)
Starts a retraining scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartRetrainingSchedulerResult> |
AmazonLookoutEquipmentAsyncClient.startRetrainingSchedulerAsync(StartRetrainingSchedulerRequest request,
AsyncHandler<StartRetrainingSchedulerRequest,StartRetrainingSchedulerResult> asyncHandler) |
Future<StartRetrainingSchedulerResult> |
AbstractAmazonLookoutEquipmentAsync.startRetrainingSchedulerAsync(StartRetrainingSchedulerRequest request,
AsyncHandler<StartRetrainingSchedulerRequest,StartRetrainingSchedulerResult> asyncHandler) |
Future<StartRetrainingSchedulerResult> |
AmazonLookoutEquipmentAsync.startRetrainingSchedulerAsync(StartRetrainingSchedulerRequest startRetrainingSchedulerRequest,
AsyncHandler<StartRetrainingSchedulerRequest,StartRetrainingSchedulerResult> asyncHandler)
Starts a retraining scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
StartRetrainingSchedulerResult |
StartRetrainingSchedulerResult.clone() |
StartRetrainingSchedulerResult |
StartRetrainingSchedulerResult.withModelArn(String modelArn)
The ARN of the model whose retraining scheduler is being started.
|
StartRetrainingSchedulerResult |
StartRetrainingSchedulerResult.withModelName(String modelName)
The name of the model whose retraining scheduler is being started.
|
StartRetrainingSchedulerResult |
StartRetrainingSchedulerResult.withStatus(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
|
StartRetrainingSchedulerResult |
StartRetrainingSchedulerResult.withStatus(String status)
The status of the retraining scheduler.
|
Copyright © 2025. All rights reserved.