whylogs.app.output_formats

Define available output formats

Module Contents

Classes

OutputFormat

List of output formats that we support.

Attributes

SUPPORTED_OUTPUT_FORMATS

class whylogs.app.output_formats.OutputFormat

Bases: enum.Enum

List of output formats that we support.

json

output as a JSON object. This is a deeply nested structure

csv

output as “flat” files. This will generate multiple output files

protobuf

output as a binary protobuf file. This is the most compact format

json
flat
protobuf
whylogs.app.output_formats.SUPPORTED_OUTPUT_FORMATS