Read an ML model from S3 and prcocess PostgreSQL data
Train an ML model from a PostgreSQL table (LABEL & TEXT column) and write the model to S3.
Variables
Select the AWS Access Keys to use to access the S3 bucket where the data will be stored.
Select the Shared Config that contains information about the S3 Bucket where the data will be stored.
Folder path from the Folder Path Prefix in the S3 Bucket Connection to the folder where the model is stored.
PostgreSQL database containing the table with data to replicate.
Schema of the table with data to replicate.
Name of the source table
Text/Features Column the model will apply the model to
Primary/Unique Column on the source table
Name of the target table to persist the results of the ML