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.



5575
5576
5577
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 5575

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



5568
5569
5570
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 5568

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



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

def inline_ml_configs
  @inline_ml_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5580
5581
5582
5583
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 5580

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