Class: Google::Cloud::GeminiDataAnalytics::V1::AnalysisOptions

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

Overview

Options for analysis.

Defined Under Namespace

Classes: Python

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Optional. Options for Python analysis.

Returns:



359
360
361
362
363
364
365
366
367
368
369
370
371
372
# File 'proto_docs/google/cloud/geminidataanalytics/v1/context.rb', line 359

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