Class: Google::Apis::NetworksecurityV1beta1::WildfireInlineMlSettings

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/networksecurity_v1beta1/classes.rb,
lib/google/apis/networksecurity_v1beta1/representations.rb,
lib/google/apis/networksecurity_v1beta1/representations.rb

Overview

Defines the settings for WildFire Inline ML analysis.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WildfireInlineMlSettings

Returns a new instance of WildfireInlineMlSettings.



5566
5567
5568
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 5566

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#file_exceptionsArray<Google::Apis::NetworksecurityV1beta1::WildfireInlineMlFileException>

Optional. List of files to exclude from WildFire Inline ML analysis. Corresponds to the JSON property fileExceptions



5559
5560
5561
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 5559

def file_exceptions
  @file_exceptions
end

#inline_ml_configsArray<Google::Apis::NetworksecurityV1beta1::WildfireInlineMlSettingsInlineMlConfig>

Optional. List of Inline ML configs to enable in WildFire Inline ML analysis. Corresponds to the JSON property inlineMlConfigs



5564
5565
5566
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 5564

def inline_ml_configs
  @inline_ml_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5571
5572
5573
5574
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 5571

def update!(**args)
  @file_exceptions = args[:file_exceptions] if args.key?(:file_exceptions)
  @inline_ml_configs = args[:inline_ml_configs] if args.key?(:inline_ml_configs)
end