public sealed class SamplingStrategy : IMessage<SamplingStrategy>, IEquatable<SamplingStrategy>, IDeepCloneable<SamplingStrategy>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SamplingStrategy.
Sampling Strategy for logging, can be for both training and prediction
dataset.
[[["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 covers the `SamplingStrategy` class within the Google Cloud AI Platform v1beta1 API, version 1.0.0-beta09."],["The `SamplingStrategy` class is used for configuring sampling strategies for logging, applicable to both training and prediction datasets."],["The class inherits from the base object class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default constructor and one that accepts another `SamplingStrategy` object for initialization."],["The `RandomSampleConfig` property, of type `SamplingStrategy.Types.RandomSampleConfig`, is used to specify the configuration for random sampling, with plans to support more sampling strategies in the future."]]],[]]