TSMakeFutureTableTool

class hana_ai.tools.hana_ml_tools.ts_make_predict_table.TSMakeFutureTableTool(connection_context: ConnectionContext, return_direct: bool = False)

This tool creates a predict table for time series forecasting in HANA.

Parameters:
connection_contextConnectionContext

Connection context to the HANA database.

Returns:
str

Operation result message

name: str

Name of the tool.

description: str

Description of the tool.

connection_context: ConnectionContext

Connection context to the HANA database.