Class AnalysisEvent (0.1.0)

AnalysisEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An event indicating the progress of an analysis.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
planner_reasoning str
Python codegen planner's reasoning. This field is a member of oneof_ kind.
coder_instruction str
Instructions issued for code generation. This field is a member of oneof_ kind.
code str
Generated code. This field is a member of oneof_ kind.
execution_output str
Output from code execution. This field is a member of oneof_ kind.
execution_error str
An error from code execution. This field is a member of oneof_ kind.
result_vega_chart_json str
Result as Vega chart JSON string. This field is a member of oneof_ kind.
result_natural_language str
Result as NL string. This field is a member of oneof_ kind.
result_csv_data str
Result as CSV string. This field is a member of oneof_ kind.
result_reference_data str
Result as a reference to a data source. This field is a member of oneof_ kind.
error str
A generic error message. This field is a member of oneof_ kind.