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 .
|