Values.DescribeRetrainingSchedulerResponseSourceProvides a description of the retraining scheduler, including information such as the model name and retraining parameters.
type nonrec t = {modelName : ModelName.t option;The name of the model that the retraining scheduler is attached to.
*)modelArn : ModelArn.t option;The ARN of the model that the retraining scheduler is attached to.
*)retrainingStartDate : Timestamp.t option;The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day.
*)retrainingFrequency : RetrainingFrequency.t option;The frequency at which the model retraining is set. This follows the ISO 8601 guidelines.
*)lookbackWindow : LookbackWindow.t option;The number of past days of data used for retraining.
*)status : RetrainingSchedulerStatus.t option;The status of the retraining scheduler.
*)promoteMode : ModelPromoteMode.t option;Indicates how the service uses new models. In MANAGED mode, new models are used for inference if they have better performance than the current model. In MANUAL mode, the new models are not used until they are manually activated.
*)createdAt : Timestamp.t option;Indicates the time and date at which the retraining scheduler was created.
*)updatedAt : Timestamp.t option;Indicates the time and date at which the retraining scheduler was updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ModelName.t
| `Timestamp of Timestamp.t ])
list ]