MODELS

Lists details about the models in the database.

Column Name Data Type Description
MODEL_ID

INTEGER

The model's internal ID.

MODEL_NAME

VARCHAR(128)

The name of the model.

SCHEMA_ID

INTEGER

The schema's internal ID.

SCHEMA_NAME

VARCHAR(128)

The name of the schema.

OWNER_ID

INTEGER

The model owner's ID.

OWNER_NAME

VARCHAR(128)

The user who created the model.

CATEGORY

VARCHAR(128)

The type of model. By default, models created in Vertica are assigned to the Vertica_Models category.

MODEL_TYPE
VARCHAR(128) The type of algorithm used to create the model.
IS_COMPLETE

VARCHAR(128)

 

CREATE_TIME

TIMESTAMPTZ

The time the model was created.

SIZE
INT The size of the model in bytes.