Uses of Class
com.codedstream.otterstream.inference.config.AuthConfig
-
Packages that use AuthConfig Package Description com.codedstream.otterstream.inference.config -
-
Uses of AuthConfig in com.codedstream.otterstream.inference.config
Methods in com.codedstream.otterstream.inference.config that return AuthConfig Modifier and Type Method Description AuthConfigAuthConfig.Builder. build()Builds the AuthConfig instance.AuthConfigModelConfig. getAuthConfig()Methods in com.codedstream.otterstream.inference.config with parameters of type AuthConfig Modifier and Type Method Description ModelConfig.BuilderModelConfig.Builder. authConfig(AuthConfig authConfig)Constructors in com.codedstream.otterstream.inference.config with parameters of type AuthConfig Constructor Description ModelConfig(String modelId, String modelPath, ModelFormat format, String modelName, String modelVersion, Map<String,Object> modelOptions, String endpointUrl, AuthConfig authConfig)Constructs model configuration.
-