Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class AnalysisMessage.
A message produced during analysis.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.AnalysisMessage
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ query |
AnalysisQuery
An analysis query. |
↳ progress_event |
AnalysisEvent
An event indicating the progress of the analysis. |
getQuery
An analysis query.
Returns | |
---|---|
Type | Description |
AnalysisQuery|null |
hasQuery
setQuery
An analysis query.
Parameter | |
---|---|
Name | Description |
var |
AnalysisQuery
|
Returns | |
---|---|
Type | Description |
$this |
getProgressEvent
An event indicating the progress of the analysis.
Returns | |
---|---|
Type | Description |
AnalysisEvent|null |
hasProgressEvent
setProgressEvent
An event indicating the progress of the analysis.
Parameter | |
---|---|
Name | Description |
var |
AnalysisEvent
|
Returns | |
---|---|
Type | Description |
$this |
getKind
Returns | |
---|---|
Type | Description |
string |