SHOW

Purpose

Use the SHOW statement to list the objects including modeltypes, models, and synopses.

Syntax

Diagram

show

Keywords and Parameters

MODELTYPES

Specify MODELTYPES to list the modeltypes.

MODELS

Specify MODELS to list the trained models.

SYNOPSES

Specify SYNOPSES to list the generated synopses.

SCHEMAS

Specify SCHEMAS to list the schemas in the connected data source.

TABLES

Specify SCHEMAS to list the tables in the current schema.

Examples

Listing Modeltypes

The following statement lists the modeltypes.

SHOW MODELTYPES;

Listing Models

The following statement lists the trained models.

SHOW MODELS;

Listing Synopses

The following statement lists the generated synopses.

SHOW SYNOPSES;