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"]],[["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-21 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."]]],[]]