Package | Description |
---|---|
oracle.pgx.api.mllib |
This package contains graph machine learning tools for use with PGX.
|
Modifier and Type | Method and Description |
---|---|
DbModelRepositoryBuilder |
DbModelRepositoryBuilder.dataSourceId(java.lang.String dataSourceId)
Configures the datasource ID (not required if using the user from the realm)
|
DbModelRepositoryBuilder |
GenericModelRepositoryBuilder.db()
Returns a model repository builder that can be used to build a model repository for CRUD operations on model store tables in an Oracle database.
|
DbModelRepositoryBuilder |
DbModelRepositoryBuilder.jdbcUrl(java.lang.String jdbcUrl)
Configures the jdbc url of the database to connect to (not required if using the user from the realm)
|
DbModelRepositoryBuilder |
DbModelRepositoryBuilder.keystoreAlias(java.lang.String keystore)
Configures the keystore alias to get the password for the connection
|
DbModelRepositoryBuilder |
DbModelRepositoryBuilder.owner(java.lang.String owner)
Configures the owner of the model store table in the database
|
DbModelRepositoryBuilder |
DbModelRepositoryBuilder.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)
|
DbModelRepositoryBuilder |
DbModelRepositoryBuilder.schema(java.lang.String schema)
Configures the schema in which the modelstore table in the database is
|
DbModelRepositoryBuilder |
DbModelRepositoryBuilder.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)
|