Interface ForecastComputation.Builder

    • Method Detail

      • computationId

        ForecastComputation.Builder computationId​(String computationId)

        The ID for a computation.

        Parameters:
        computationId - The ID for a computation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ForecastComputation.Builder name​(String name)

        The name of a computation.

        Parameters:
        name - The name of a computation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • time

        ForecastComputation.Builder time​(DimensionField time)

        The time field that is used in a computation.

        Parameters:
        time - The time field that is used in a computation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        ForecastComputation.Builder value​(MeasureField value)

        The value field that is used in a computation.

        Parameters:
        value - The value field that is used in a computation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • periodsForward

        ForecastComputation.Builder periodsForward​(Integer periodsForward)

        The periods forward setup of a forecast computation.

        Parameters:
        periodsForward - The periods forward setup of a forecast computation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • periodsBackward

        ForecastComputation.Builder periodsBackward​(Integer periodsBackward)

        The periods backward setup of a forecast computation.

        Parameters:
        periodsBackward - The periods backward setup of a forecast computation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • upperBoundary

        ForecastComputation.Builder upperBoundary​(Double upperBoundary)

        The upper boundary setup of a forecast computation.

        Parameters:
        upperBoundary - The upper boundary setup of a forecast computation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lowerBoundary

        ForecastComputation.Builder lowerBoundary​(Double lowerBoundary)

        The lower boundary setup of a forecast computation.

        Parameters:
        lowerBoundary - The lower boundary setup of a forecast computation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • predictionInterval

        ForecastComputation.Builder predictionInterval​(Integer predictionInterval)

        The prediction interval setup of a forecast computation.

        Parameters:
        predictionInterval - The prediction interval setup of a forecast computation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • seasonality

        ForecastComputation.Builder seasonality​(String seasonality)

        The seasonality setup of a forecast computation. Choose one of the following options:

        • AUTOMATIC

        • CUSTOM: Checks the custom seasonality value.

        Parameters:
        seasonality - The seasonality setup of a forecast computation. Choose one of the following options:

        • AUTOMATIC

        • CUSTOM: Checks the custom seasonality value.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ForecastComputationSeasonality, ForecastComputationSeasonality
      • customSeasonalityValue

        ForecastComputation.Builder customSeasonalityValue​(Integer customSeasonalityValue)

        The custom seasonality value setup of a forecast computation.

        Parameters:
        customSeasonalityValue - The custom seasonality value setup of a forecast computation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.