Class WildfireInlineMlSettings
Defines the settings for WildFire Inline ML analysis.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class WildfireInlineMlSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileExceptions
Optional. List of files to exclude from WildFire Inline ML analysis.
Declaration
[JsonProperty("fileExceptions")]
public virtual IList<WildfireInlineMlFileException> FileExceptions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<WildfireInlineMlFileException> |
InlineMlConfigs
Optional. List of Inline ML configs to enable in WildFire Inline ML analysis.
Declaration
[JsonProperty("inlineMlConfigs")]
public virtual IList<WildfireInlineMlSettingsInlineMlConfig> InlineMlConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<WildfireInlineMlSettingsInlineMlConfig> |