Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class AnalysisQuery.
A query for performing an analysis.
Generated from protobuf message google.cloud.geminidataanalytics.v1.AnalysisQuery
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ question
string
Optional. An analysis question to help answer the user's original question.
↳ data_result_names
string[]
Optional. The names of previously retrieved data results to analyze.
getQuestion
Optional. An analysis question to help answer the user's original question.
string
setQuestion
Optional. An analysis question to help answer the user's original question.
var
string
$this
getDataResultNames
Optional. The names of previously retrieved data results to analyze.
setDataResultNames
Optional. The names of previously retrieved data results to analyze.
var
string[]
$this

