Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions.
Options for chart generation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#image
def image() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions) — Optional. When specified, the agent will render generated charts using the provided format. Defaults to no image.
#image=
def image=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions
Parameter
- value (::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions) — Optional. When specified, the agent will render generated charts using the provided format. Defaults to no image.
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::ChartOptions::ImageOptions) — Optional. When specified, the agent will render generated charts using the provided format. Defaults to no image.