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 | strPython codegen planner's reasoning. This field is a member of oneof_kind. | 
| coder_instruction | strInstructions issued for code generation. This field is a member of oneof_kind. | 
| code | strGenerated code. This field is a member of oneof_kind. | 
| execution_output | strOutput from code execution. This field is a member of oneof_kind. | 
| execution_error | strAn error from code execution. This field is a member of oneof_kind. | 
| result_vega_chart_json | strResult as Vega chart JSON string. This field is a member of oneof_kind. | 
| result_natural_language | strResult as NL string. This field is a member of oneof_kind. | 
| result_csv_data | strResult as CSV string. This field is a member of oneof_kind. | 
| result_reference_data | strResult as a reference to a data source. This field is a member of oneof_kind. | 
| error | strA generic error message. This field is a member of oneof_kind. |