public sealed class InspectJobConfig : IMessage<InspectJobConfig>, IEquatable<InspectJobConfig>, IDeepCloneable<InspectJobConfig>, IBufferMessage, IMessage
If provided, will be used as the default for all values in InspectConfig.
inspect_config will be merged into the values persisted as part of the
template.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `InspectJobConfig` class controls the parameters for data inspection jobs, including what and how to inspect."],["This page documents multiple versions of `InspectJobConfig`, ranging from version 2.15.0 to the latest 4.16.0, allowing the use of various builds."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`InspectJobConfig` allows you to define `Actions`, `InspectConfig`, `InspectTemplateName`, and `StorageConfig` to refine the inspection process."],["The `InspectJobConfig` class has two constructors, a default constructor, and a copy constructor."]]],[]]