public sealed class BlurBaselineConfig : IMessage<BlurBaselineConfig>, IEquatable<BlurBaselineConfig>, IDeepCloneable<BlurBaselineConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class BlurBaselineConfig.
Config for blur baseline.
When enabled, a linear path from the maximally blurred image to the input
image is created. Using a blurred baseline instead of zero (black image) is
motivated by the BlurIG approach explained here:
https://arxiv.org/abs/2004.03383
The standard deviation of the blur kernel for the blurred baseline. The
same blurring parameter is used for both the height and the width
dimension. If not set, the method defaults to the zero (i.e. black for
images) baseline.
[[["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-08-14 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eBlurBaselineConfig\u003c/code\u003e class, part of the Vertex AI v1beta1 API within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace, used for configuring blur baselines.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBlurBaselineConfig\u003c/code\u003e class, which implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, is designed to create a linear path from a maximally blurred image to the original image.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, a default constructor \u003ccode\u003eBlurBaselineConfig()\u003c/code\u003e and a copy constructor \u003ccode\u003eBlurBaselineConfig(BlurBaselineConfig other)\u003c/code\u003e for cloning existing instances.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBlurBaselineConfig\u003c/code\u003e has a property, \u003ccode\u003eMaxBlurSigma\u003c/code\u003e, a float value that is the standard deviation of the blur kernel for the blurred baseline, defaulting to a zero baseline if not set.\u003c/p\u003e\n"],["\u003cp\u003eWhen enabled, a linear path from the maximally blurred image to the input image is created, as motivated by the BlurIG approach.\u003c/p\u003e\n"]]],[],null,[]]