Package | Description |
---|---|
oracle.pgx.api.mllib |
This package contains graph machine learning tools for use with PGX.
|
Modifier and Type | Method and Description |
---|---|
DbModelStorer<ModelType> |
DbModelStorer.dataSourceId(java.lang.String dataSourceId)
Configures the datasource ID (not required if using the user from the realm)
|
DbModelStorer<ModelType> |
GenericModelStorer.db()
Returns a model loader for storing models to an Oracle database
|
DbModelStorer<ModelType> |
DbModelStorer.description(java.lang.String desc)
Configures the description to attach to the model.
|
DbModelStorer<ModelType> |
DbModelStorer.jdbcUrl(java.lang.String jdbcUrl)
Configures the jdbc url of the database to connect to (not required if using the user from the realm)
|
DbModelStorer<ModelType> |
DbModelStorer.keystoreAlias(java.lang.String keystore)
Configures the keystore alias to get the password for the connection
|
DbModelStorer<ModelType> |
DbModelStorer.modelname(java.lang.String modelName)
Configures the name of the model to load in the modelstore table
|
DbModelStorer<ModelType> |
DbModelStorer.modelstore(java.lang.String modelStoreName)
Configures the name of the modelstore table to store to.
|
DbModelStorer<ModelType> |
DbModelStorer.owner(java.lang.String owner)
Configures the owner of the modelstore table in the database
|
DbModelStorer<ModelType> |
DbModelStorer.password(java.lang.String password)
Configures the password of the database user to store the model (not required if using the user from the realm)
|
DbModelStorer<ModelType> |
DbModelStorer.schema(java.lang.String schema)
Configures the schema in which the modelstore table in the database is
|
DbModelStorer<ModelType> |
DbModelStorer.username(java.lang.String username)
Configures the database username to store the model with (not required if using the user from the realm)
|