RetrainingSchedulerSummary

Provides information about the specified retraining scheduler, including model name, status, start date, frequency, and lookback window.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of past days of data used for retraining.

Link copied to clipboard

The ARN of the model that the retraining scheduler is attached to.

Link copied to clipboard

The name of the model that the retraining scheduler is attached to.

Link copied to clipboard

The frequency at which the model retraining is set. This follows the ISO 8601 guidelines.

Link copied to clipboard

The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day.

Link copied to clipboard

The status of the retraining scheduler.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String