Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • c3ImportAll: A console command which loads the API of the current C3 Package. This is necessary after provisioning a new Pacakge if you haven't refreshed your static console page.
  • c3Grid: A console command to display a table of data contained within a C3 Type. (e.g., data returned from a fetch operation, or an evaluate operation among many others).
  • c3Viz: A console command which can produce quick visualizations of some C3 Types. (e.g., timeseries data like EvalMetricsResult)
  • c3ShowType: A console command which produces documentation about a given type. (e.g., c3ShowType(OutbreakLocation))

Official C3.ai Documentation For

...

Static Console

...

To learn more about the general structure of a C3 cluster, please see the C3.ai resources here:

Fetching Instances of Types

...