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 Cloud AI Platform 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-04-09 UTC."],[[["This documentation is for the `RandomSampleConfig` class within the Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `RandomSampleConfig` class, which inherits from `object`, is used for configurations where requests are selected randomly."],["The `RandomSampleConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it belongs to the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The class has a constructor `RandomSampleConfig()` that can be instantiated with or without an existing `RandomSampleConfig` object, which can be referred to as `other`."],["It also contains one property called `SampleRate`, which is a double data type that represents a numerical value between 0 and 1."]]],[]]