Vertex AI v1beta1 API - Class OnlineEvaluator.Types.Config.Types.RandomSampling (1.0.0-beta78)

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, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class OnlineEvaluator.Types.Config.Types.RandomSampling.

Configuration for random sampling.

Inheritance

object > OnlineEvaluator.Types.Config.Types.RandomSampling

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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