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

public sealed class OnlineEvaluator.Types.Config : IMessage<OnlineEvaluator.Types.Config>, IEquatable<OnlineEvaluator.Types.Config>, IDeepCloneable<OnlineEvaluator.Types.Config>, IBufferMessage, IMessage

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

Configuration for sampling behavior of the OnlineEvaluator. The OnlineEvaluator runs at a fixed interval of 10 minutes.

Inheritance

object > OnlineEvaluator.Types.Config

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

Config()

public Config()

Config(Config)

public Config(OnlineEvaluator.Types.Config other)
Parameter
Name Description
other OnlineEvaluatorTypesConfig

Properties

MaxEvaluatedSamplesPerRun

public long MaxEvaluatedSamplesPerRun { get; set; }

Optional. The maximum number of evaluations to perform per run. If set to 0, the number is unbounded.

Property Value
Type Description
long

RandomSampling

public OnlineEvaluator.Types.Config.Types.RandomSampling RandomSampling { get; set; }

Random sampling method.

Property Value
Type Description
OnlineEvaluatorTypesConfigTypesRandomSampling

SamplingMethodCase

public OnlineEvaluator.Types.Config.SamplingMethodOneofCase SamplingMethodCase { get; }
Property Value
Type Description
OnlineEvaluatorTypesConfigSamplingMethodOneofCase