Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class AnalysisQuery.
A query for performing an analysis.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.AnalysisQuery
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
array
Optional. The names of previously retrieved data results to analyze. |
getQuestion
Optional. An analysis question to help answer the user's original question.
Returns | |
---|---|
Type | Description |
string |
setQuestion
Optional. An analysis question to help answer the user's original question.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDataResultNames
Optional. The names of previously retrieved data results to analyze.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDataResultNames
Optional. The names of previously retrieved data results to analyze.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |