Interface RetrainingSchedulerSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RetrainingSchedulerSummary.Builder,
,RetrainingSchedulerSummary> SdkBuilder<RetrainingSchedulerSummary.Builder,
,RetrainingSchedulerSummary> SdkPojo
- Enclosing class:
RetrainingSchedulerSummary
public static interface RetrainingSchedulerSummary.Builder
extends SdkPojo, CopyableBuilder<RetrainingSchedulerSummary.Builder,RetrainingSchedulerSummary>
-
Method Summary
Modifier and TypeMethodDescriptionlookbackWindow
(String lookbackWindow) The number of past days of data used for retraining.The ARN of the model that the retraining scheduler is attached to.The name of the model that the retraining scheduler is attached to.retrainingFrequency
(String retrainingFrequency) The frequency at which the model retraining is set.retrainingStartDate
(Instant retrainingStartDate) The start date for the retraining scheduler.The status of the retraining scheduler.status
(RetrainingSchedulerStatus status) The status of the retraining scheduler.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
modelName
The name of the model that the retraining scheduler is attached to.
- Parameters:
modelName
- The name of the model that the retraining scheduler is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelArn
The ARN of the model that the retraining scheduler is attached to.
- Parameters:
modelArn
- The ARN of the model that the retraining scheduler is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the retraining scheduler.
- Parameters:
status
- The status of the retraining scheduler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the retraining scheduler.
- Parameters:
status
- The status of the retraining scheduler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
retrainingStartDate
The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day.
- Parameters:
retrainingStartDate
- The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retrainingFrequency
The frequency at which the model retraining is set. This follows the ISO 8601 guidelines.
- Parameters:
retrainingFrequency
- The frequency at which the model retraining is set. This follows the ISO 8601 guidelines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lookbackWindow
The number of past days of data used for retraining.
- Parameters:
lookbackWindow
- The number of past days of data used for retraining.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-