Class: Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisOptions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb

Overview

Options for analysis.

Defined Under Namespace

Classes: Python

Instance Attribute Summary collapse

Instance Attribute Details

#python::Google::Cloud::GeminiDataAnalytics::V1beta::AnalysisOptions::Python

Returns Optional. Options for Python analysis.

Returns:



217
218
219
220
221
222
223
224
225
226
227
228
229
230
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb', line 217

class AnalysisOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Options for Python analysis.
  # @!attribute [rw] enabled
  #   @return [::Boolean]
  #     Optional. Whether to enable Python analysis.
  #     Defaults to false.
  class Python
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end