MovingAverageLinearModelSettings
Constructor
MovingAverageLinearModelSettings()
Methods
build
Builds the object.
def build() -> elasticsearch.MovingAverageLinearModelSettings
predict
def predict(predict: str) -> typing.Self
window
def window(window: str) -> typing.Self
See also