Interface RetrainingSchedulerSummary.Builder

  • 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

      RetrainingSchedulerSummary.Builder retrainingStartDate(Instant 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

      RetrainingSchedulerSummary.Builder retrainingFrequency(String 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

      RetrainingSchedulerSummary.Builder lookbackWindow(String 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.