Uses of Class
com.codedstream.otterstream.inference.config.InferenceConfig
-
-
Uses of InferenceConfig in com.codedstream.otterstream.inference.config
Methods in com.codedstream.otterstream.inference.config that return InferenceConfig Modifier and Type Method Description InferenceConfigInferenceConfig.Builder. build()Builds the InferenceConfig instance. -
Uses of InferenceConfig in com.codedstream.otterstream.inference.function
Constructors in com.codedstream.otterstream.inference.function with parameters of type InferenceConfig Constructor Description AsyncModelInferenceFunction(InferenceConfig inferenceConfig, Function<InferenceConfig,InferenceEngine<?>> engineFactory)Constructs async inference function.Constructor parameters in com.codedstream.otterstream.inference.function with type arguments of type InferenceConfig Constructor Description AsyncModelInferenceFunction(InferenceConfig inferenceConfig, Function<InferenceConfig,InferenceEngine<?>> engineFactory)Constructs async inference function. -
Uses of InferenceConfig in com.codedstream.otterstream.remote.vertex
Constructors in com.codedstream.otterstream.remote.vertex with parameters of type InferenceConfig Constructor Description VertexAIInferenceClient(InferenceConfig inferenceConfig)Constructs a new Vertex AI inference client with the provided configuration. -
Uses of InferenceConfig in com.codedstreams.otterstreams.sql.config
Methods in com.codedstreams.otterstreams.sql.config that return InferenceConfig Modifier and Type Method Description InferenceConfigSqlInferenceConfig. toCoreConfig()Converts this config to core InferenceConfig for compatibility.
-