Class: Google::Cloud::GeminiDataAnalytics::V1::ChartResult
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1::ChartResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1/data_chat_service.rb
Overview
The result of a chart generation query.
Instance Attribute Summary collapse
-
#image ⇒ ::Google::Cloud::GeminiDataAnalytics::V1::Blob
Optional.
-
#vega_config ⇒ ::Google::Protobuf::Struct
Optional.
Instance Attribute Details
#image ⇒ ::Google::Cloud::GeminiDataAnalytics::V1::Blob
Returns Optional. A rendering of the chart if this was requested in the context.
636 637 638 639 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1/data_chat_service.rb', line 636 class ChartResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vega_config ⇒ ::Google::Protobuf::Struct
Returns Optional. A generated Vega chart config. See https://vega.github.io/vega/docs/config/.
636 637 638 639 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1/data_chat_service.rb', line 636 class ChartResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |