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.



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

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



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

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



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

def inline_ml_configs
  @inline_ml_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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