Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisMessage.
A message produced during analysis.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#progress_event
def progress_event() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisEvent
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisEvent) — An event indicating the progress of the analysis.
Note: The following fields are mutually exclusive:
progress_event
,query
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#progress_event=
def progress_event=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisEvent
-
value (::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisEvent) — An event indicating the progress of the analysis.
Note: The following fields are mutually exclusive:
progress_event
,query
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisEvent) — An event indicating the progress of the analysis.
Note: The following fields are mutually exclusive:
progress_event
,query
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#query
def query() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisQuery
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisQuery) — An analysis query.
Note: The following fields are mutually exclusive:
query
,progress_event
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#query=
def query=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisQuery
-
value (::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisQuery) — An analysis query.
Note: The following fields are mutually exclusive:
query
,progress_event
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisQuery) — An analysis query.
Note: The following fields are mutually exclusive:
query
,progress_event
. If a field in that set is populated, all other fields in the set will automatically be cleared.