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