| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
RetrainingSchedulerSummary |
RetrainingSchedulerSummary.clone() |
RetrainingSchedulerSummary |
RetrainingSchedulerSummary.withLookbackWindow(String lookbackWindow)
The number of past days of data used for retraining.
|
RetrainingSchedulerSummary |
RetrainingSchedulerSummary.withModelArn(String modelArn)
The ARN of the model that the retraining scheduler is attached to.
|
RetrainingSchedulerSummary |
RetrainingSchedulerSummary.withModelName(String modelName)
The name of the model that the retraining scheduler is attached to.
|
RetrainingSchedulerSummary |
RetrainingSchedulerSummary.withRetrainingFrequency(String retrainingFrequency)
The frequency at which the model retraining is set.
|
RetrainingSchedulerSummary |
RetrainingSchedulerSummary.withRetrainingStartDate(Date retrainingStartDate)
The start date for the retraining scheduler.
|
RetrainingSchedulerSummary |
RetrainingSchedulerSummary.withStatus(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
|
RetrainingSchedulerSummary |
RetrainingSchedulerSummary.withStatus(String status)
The status of the retraining scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
List<RetrainingSchedulerSummary> |
ListRetrainingSchedulersResult.getRetrainingSchedulerSummaries()
Provides information on the specified retraining scheduler, including the model name, model ARN, status, and
start date.
|
| Modifier and Type | Method and Description |
|---|---|
ListRetrainingSchedulersResult |
ListRetrainingSchedulersResult.withRetrainingSchedulerSummaries(RetrainingSchedulerSummary... retrainingSchedulerSummaries)
Provides information on the specified retraining scheduler, including the model name, model ARN, status, and
start date.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRetrainingSchedulersResult.setRetrainingSchedulerSummaries(Collection<RetrainingSchedulerSummary> retrainingSchedulerSummaries)
Provides information on the specified retraining scheduler, including the model name, model ARN, status, and
start date.
|
ListRetrainingSchedulersResult |
ListRetrainingSchedulersResult.withRetrainingSchedulerSummaries(Collection<RetrainingSchedulerSummary> retrainingSchedulerSummaries)
Provides information on the specified retraining scheduler, including the model name, model ARN, status, and
start date.
|
Copyright © 2025. All rights reserved.