Amazon Lookout for Equipment is no longer open to new customers.
Existing customers can continue to use the service as normal.
For capabilities similar to Amazon Lookout for Equipment see our
blog post
RetrainingSchedulerSummary
Provides information about the specified retraining scheduler, including model name, status, start date, frequency, and lookback window.
Contents
- LookbackWindow
-
The number of past days of data used for retraining.
Type: String
Pattern:
^P180D$|^P360D$|^P540D$|^P720D$
Required: No
- ModelArn
-
The ARN of the model that the retraining scheduler is attached to.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\-]*:[0-9]{12}:model\/.+
Required: No
- ModelName
-
The name of the model that the retraining scheduler is attached to.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
^[0-9a-zA-Z_-]{1,200}$
Required: No
- RetrainingFrequency
-
The frequency at which the model retraining is set. This follows the ISO 8601
guidelines. Type: String
Length Constraints: Minimum length of 1. Maximum length of 10.
Pattern:
^P(\dY)?(\d{1,2}M)?(\d{1,3}D)?$
Required: No
- RetrainingStartDate
-
The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day.
Type: Timestamp
Required: No
- Status
-
The status of the retraining scheduler.
Type: String
Valid Values:
PENDING | RUNNING | STOPPING | STOPPED
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: