View source: R/lookoutequipment_operations.R
lookoutequipment_create_retraining_scheduler | R Documentation |
Creates a retraining scheduler on the specified model.
See https://www.paws-r-sdk.com/docs/lookoutequipment_create_retraining_scheduler/ for full documentation.
lookoutequipment_create_retraining_scheduler(
ModelName,
RetrainingStartDate = NULL,
RetrainingFrequency,
LookbackWindow,
PromoteMode = NULL,
ClientToken
)
ModelName |
[required] The name of the model to add the retraining scheduler to. |
RetrainingStartDate |
The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day. |
RetrainingFrequency |
[required] This parameter uses the ISO 8601 standard to set the frequency at which you want retraining to occur in terms of Years, Months, and/or Days (note: other parameters like Time are not currently supported). The minimum value is 30 days (P30D) and the maximum value is 1 year (P1Y). For example, the following values are valid:
|
LookbackWindow |
[required] The number of past days of data that will be used for retraining. |
PromoteMode |
Indicates how the service will use new models. In |
ClientToken |
[required] A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.