Uses of Class
com.codedstreams.otterstreams.sql.config.SqlInferenceConfig
-
Packages that use SqlInferenceConfig Package Description com.codedstreams.otterstreams.sql.config com.codedstreams.otterstreams.sql.connector com.codedstreams.otterstreams.sql.loader -
-
Uses of SqlInferenceConfig in com.codedstreams.otterstreams.sql.config
Methods in com.codedstreams.otterstreams.sql.config that return SqlInferenceConfig Modifier and Type Method Description SqlInferenceConfigSqlInferenceConfig.Builder. build()static SqlInferenceConfigSqlInferenceConfig. fromOptions(Map<String,String> options)Creates configuration from SQL DDL options.Methods in com.codedstreams.otterstreams.sql.config with parameters of type SqlInferenceConfig Modifier and Type Method Description static ConfigurationValidator.ValidationResultConfigurationValidator. validate(SqlInferenceConfig config)Validates SQL inference configuration. -
Uses of SqlInferenceConfig in com.codedstreams.otterstreams.sql.connector
Constructors in com.codedstreams.otterstreams.sql.connector with parameters of type SqlInferenceConfig Constructor Description MLInferenceDynamicTableSource(SqlInferenceConfig config, org.apache.flink.table.types.DataType producedDataType)MLInferenceLookupFunction(SqlInferenceConfig config) -
Uses of SqlInferenceConfig in com.codedstreams.otterstreams.sql.loader
Methods in com.codedstreams.otterstreams.sql.loader with parameters of type SqlInferenceConfig Modifier and Type Method Description InferenceEngine<?>ModelRegistrationManager. registerAndLoadModel(SqlInferenceConfig config)Registers and loads a model from configuration.InferenceEngine<?>ModelRegistrationManager. reloadModel(String modelName, SqlInferenceConfig newConfig)Reloads a model with new configuration.
-