Uses of Class
com.oracle.bmc.generativeaiagent.model.SqlToolConfig.ModelSize
-
Packages that use SqlToolConfig.ModelSize Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of SqlToolConfig.ModelSize in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return SqlToolConfig.ModelSize Modifier and Type Method Description static SqlToolConfig.ModelSizeSqlToolConfig.ModelSize. create(String key)SqlToolConfig.ModelSizeSqlToolConfig. getModelSize()Size of the model.static SqlToolConfig.ModelSizeSqlToolConfig.ModelSize. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlToolConfig.ModelSize[]SqlToolConfig.ModelSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaiagent.model with parameters of type SqlToolConfig.ModelSize Modifier and Type Method Description SqlToolConfig.BuilderSqlToolConfig.Builder. modelSize(SqlToolConfig.ModelSize modelSize)Size of the model.Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type SqlToolConfig.ModelSize Constructor Description SqlToolConfig(InputLocation iclExamples, InputLocation databaseSchema, Boolean shouldEnableSqlExecution, SqlToolConfig.Dialect dialect, SqlToolConfig.ModelSize modelSize, Boolean shouldEnableSelfCorrection, InputLocation tableAndColumnDescription, LlmCustomization generationLlmCustomization, DatabaseConnection databaseConnection)Deprecated.
-