Interface RetrainingSchedulerSummary.Builder

    • Method Detail

      • modelName

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

        RetrainingSchedulerSummary.Builder modelArn​(String 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.
      • 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.