Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class AnalysisEvent.
An event indicating the progress of an analysis.
Generated from protobuf message google.cloud.geminidataanalytics.v1.AnalysisEvent
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ planner_reasoning
string
Python codegen planner's reasoning.
↳ coder_instruction
string
Instructions issued for code generation.
↳ code
string
Generated code.
↳ execution_output
string
Output from code execution.
↳ execution_error
string
An error from code execution.
↳ result_vega_chart_json
string
Result as Vega chart JSON string.
↳ result_natural_language
string
Result as NL string.
↳ result_csv_data
string
Result as CSV string.
↳ result_reference_data
string
Result as a reference to a data source.
↳ error
string
A generic error message.
getPlannerReasoning
Python codegen planner's reasoning.
string
hasPlannerReasoning
setPlannerReasoning
Python codegen planner's reasoning.
var
string
$this
getCoderInstruction
Instructions issued for code generation.
string
hasCoderInstruction
setCoderInstruction
Instructions issued for code generation.
var
string
$this
getCode
Generated code.
string
hasCode
setCode
Generated code.
var
string
$this
getExecutionOutput
Output from code execution.
string
hasExecutionOutput
setExecutionOutput
Output from code execution.
var
string
$this
getExecutionError
An error from code execution.
string
hasExecutionError
setExecutionError
An error from code execution.
var
string
$this
getResultVegaChartJson
Result as Vega chart JSON string.
string
hasResultVegaChartJson
setResultVegaChartJson
Result as Vega chart JSON string.
var
string
$this
getResultNaturalLanguage
Result as NL string.
string
hasResultNaturalLanguage
setResultNaturalLanguage
Result as NL string.
var
string
$this
getResultCsvData
Result as CSV string.
string
hasResultCsvData
setResultCsvData
Result as CSV string.
var
string
$this
getResultReferenceData
Result as a reference to a data source.
string
hasResultReferenceData
setResultReferenceData
Result as a reference to a data source.
var
string
$this
getError
A generic error message.
string
hasError
setError
A generic error message.
var
string
$this
getKind
string

