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