Show / Hide Table of Contents

Class GoogleCloudAiplatformV1OnlineEvaluatorConfig

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

Inheritance
object
GoogleCloudAiplatformV1OnlineEvaluatorConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX