Interface DescribeRetrainingSchedulerResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeRetrainingSchedulerResponse.Builder,DescribeRetrainingSchedulerResponse>, LookoutEquipmentResponse.Builder, SdkBuilder<DescribeRetrainingSchedulerResponse.Builder,DescribeRetrainingSchedulerResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeRetrainingSchedulerResponse

  • 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.
    • retrainingStartDate

      DescribeRetrainingSchedulerResponse.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

      DescribeRetrainingSchedulerResponse.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

      DescribeRetrainingSchedulerResponse.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.
    • 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:
    • promoteMode

      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.

      Parameters:
      promoteMode - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • promoteMode

      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.

      Parameters:
      promoteMode - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      Indicates the time and date at which the retraining scheduler was created.

      Parameters:
      createdAt - Indicates the time and date at which the retraining scheduler was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      Indicates the time and date at which the retraining scheduler was updated.

      Parameters:
      updatedAt - Indicates the time and date at which the retraining scheduler was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.