Vertex AI v1beta1 API - Enum OnlineEvaluator.Types.State (1.0.0-beta78)

public enum OnlineEvaluator.Types.State

Reference documentation and code samples for the Vertex AI v1beta1 API enum OnlineEvaluator.Types.State.

The state of the OnlineEvaluator.

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Fields

Name Description
Active

Indicates that the OnlineEvaluator is active.

Failed

Indicates that the OnlineEvaluator is in a failed state.

This can happen if, for example, the log_view or trace_view set on the CloudObservability does not exist.

Suspended

Indicates that the OnlineEvaluator is suspended. In this state, the OnlineEvaluator will not evaluate any samples.

Unspecified

Default value.

Warning

Indicates that the OnlineEvaluator is in a warning state. This can happen if, for example, some of the metrics in the metric_sources are invalid. Evaluation will still run with the remaining valid metrics.