Redshift Research Project

System Table Tracker

System view pg_catalog.stl_ml_model_stats version 1.0.55524 / 2023-08-30

schema name column data type
pg_catalog stl_ml_model_stats algo_meta char(4000)
pg_catalog stl_ml_model_stats exec_meta char(4000)
pg_catalog stl_ml_model_stats full_stmt char(4000)
pg_catalog stl_ml_model_stats inference_type char(30)
pg_catalog stl_ml_model_stats is_auto int4
pg_catalog stl_ml_model_stats is_kms int4
pg_catalog stl_ml_model_stats is_s3_gc int4
pg_catalog stl_ml_model_stats is_vpc int4
pg_catalog stl_ml_model_stats model_id int4
pg_catalog stl_ml_model_stats model_name char(128)
pg_catalog stl_ml_model_stats model_type char(20)
pg_catalog stl_ml_model_stats param_count int4
pg_catalog stl_ml_model_stats recordtime timestamp
pg_catalog stl_ml_model_stats xid int8

View Text

SELECT stll_ml_model_stats.recordtime,
       stll_ml_model_stats.xid,
       stll_ml_model_stats.model_name,
       stll_ml_model_stats.inference_type,
       stll_ml_model_stats.is_auto,
       stll_ml_model_stats.model_type,
       stll_ml_model_stats.is_kms,
       stll_ml_model_stats.is_s3_gc,
       stll_ml_model_stats.param_count,
       stll_ml_model_stats.is_vpc,
       stll_ml_model_stats.full_stmt,
       stll_ml_model_stats.algo_meta,
       stll_ml_model_stats.exec_meta,
       stll_ml_model_stats.model_id
FROM stll_ml_model_stats


Home 3D Друк Blog Bring-Up Times Consultancy Cross-Region Benchmarks Email Forums IRC Mailing Lists Reddit Redshift Price Tracker Redshift Version Tracker Redshift Workbench System Table Tracker The Known Universe Twitter White Papers