public sealed class OnlineEvaluator.Types.Config.Types.RandomSampling : IMessage<OnlineEvaluator.Types.Config.Types.RandomSampling>, IEquatable<OnlineEvaluator.Types.Config.Types.RandomSampling>, IDeepCloneable<OnlineEvaluator.Types.Config.Types.RandomSampling>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class OnlineEvaluator.Types.Config.Types.RandomSampling.
Configuration for random sampling.
Implements
IMessageOnlineEvaluatorTypesConfigTypesRandomSampling, IEquatableOnlineEvaluatorTypesConfigTypesRandomSampling, IDeepCloneableOnlineEvaluatorTypesConfigTypesRandomSampling, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
RandomSampling()
public RandomSampling()RandomSampling(RandomSampling)
public RandomSampling(OnlineEvaluator.Types.Config.Types.RandomSampling other)| Parameter | |
|---|---|
| Name | Description |
other |
OnlineEvaluatorTypesConfigTypesRandomSampling |
Properties
Percentage
public int Percentage { get; set; }Required. The percentage of traces to sample for evaluation.
Must be an integer between 1 and 100.
| Property Value | |
|---|---|
| Type | Description |
int |
|