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:



397
398
399
400
401
402
403
404
405
406
407
408
409
410
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb', line 397

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