public sealed class SamplingStrategy.Types.RandomSampleConfig : IMessage<SamplingStrategy.Types.RandomSampleConfig>, IEquatable<SamplingStrategy.Types.RandomSampleConfig>, IDeepCloneable<SamplingStrategy.Types.RandomSampleConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class SamplingStrategy.Types.RandomSampleConfig.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This documentation is for the `RandomSampleConfig` class within the Vertex AI v1beta1 API, which is used for randomly selecting requests."],["The `RandomSampleConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `object` class and contains inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class provides two constructors, one default and another that accepts an existing `RandomSampleConfig` object."],["It has a `SampleRate` property, which is a double value between 0 and 1 that determines the sampling rate for the selection process."]]],[]]