Class GoogleCloudAiplatformV1OnlineEvaluatorConfig
Configuration for sampling behavior of the OnlineEvaluator. The OnlineEvaluator runs at a fixed interval of 10 minutes.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1OnlineEvaluatorConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxEvaluatedSamplesPerRun
Optional. The maximum number of evaluations to perform per run. If set to 0, the number is unbounded.
Declaration
[JsonProperty("maxEvaluatedSamplesPerRun")]
public virtual long? MaxEvaluatedSamplesPerRun { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
RandomSampling
Random sampling method.
Declaration
[JsonProperty("randomSampling")]
public virtual GoogleCloudAiplatformV1OnlineEvaluatorConfigRandomSampling RandomSampling { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1OnlineEvaluatorConfigRandomSampling |