public static interface RetrainingSchedulerSummary.Builder extends SdkPojo, CopyableBuilder<RetrainingSchedulerSummary.Builder,RetrainingSchedulerSummary>
| Modifier and Type | Method and Description |
|---|---|
RetrainingSchedulerSummary.Builder |
lookbackWindow(String lookbackWindow)
The number of past days of data used for retraining.
|
RetrainingSchedulerSummary.Builder |
modelArn(String modelArn)
The ARN of the model that the retraining scheduler is attached to.
|
RetrainingSchedulerSummary.Builder |
modelName(String modelName)
The name of the model that the retraining scheduler is attached to.
|
RetrainingSchedulerSummary.Builder |
retrainingFrequency(String retrainingFrequency)
The frequency at which the model retraining is set.
|
RetrainingSchedulerSummary.Builder |
retrainingStartDate(Instant retrainingStartDate)
The start date for the retraining scheduler.
|
RetrainingSchedulerSummary.Builder |
status(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
|
RetrainingSchedulerSummary.Builder |
status(String status)
The status of the retraining scheduler.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRetrainingSchedulerSummary.Builder modelName(String modelName)
The name of the model that the retraining scheduler is attached to.
modelName - The name of the model that the retraining scheduler is attached to.RetrainingSchedulerSummary.Builder modelArn(String modelArn)
The ARN of the model that the retraining scheduler is attached to.
modelArn - The ARN of the model that the retraining scheduler is attached to.RetrainingSchedulerSummary.Builder status(String status)
The status of the retraining scheduler.
status - The status of the retraining scheduler.RetrainingSchedulerStatus,
RetrainingSchedulerStatusRetrainingSchedulerSummary.Builder status(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
status - The status of the retraining scheduler.RetrainingSchedulerStatus,
RetrainingSchedulerStatusRetrainingSchedulerSummary.Builder retrainingStartDate(Instant retrainingStartDate)
The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day.
retrainingStartDate - The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to
the nearest UTC day.RetrainingSchedulerSummary.Builder retrainingFrequency(String retrainingFrequency)
The frequency at which the model retraining is set. This follows the ISO 8601 guidelines.
retrainingFrequency - The frequency at which the model retraining is set. This follows the ISO 8601 guidelines.RetrainingSchedulerSummary.Builder lookbackWindow(String lookbackWindow)
The number of past days of data used for retraining.
lookbackWindow - The number of past days of data used for retraining.Copyright © 2023. All rights reserved.