Show / Hide Table of Contents

Class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservability

Data source for the OnlineEvaluator, based on Google Cloud Observability stack (Cloud Trace & Cloud Logging).

Inheritance
object
GoogleCloudAiplatformV1OnlineEvaluatorCloudObservability
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 GoogleCloudAiplatformV1OnlineEvaluatorCloudObservability : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LogView

Optional. Optional log view that will be used to query logs. If empty, the _Default view will be used.

Declaration
[JsonProperty("logView")]
public virtual string LogView { get; set; }
Property Value
Type Description
string

OpenTelemetry

Data source follows OpenTelemetry convention.

Declaration
[JsonProperty("openTelemetry")]
public virtual GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityOpenTelemetry OpenTelemetry { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityOpenTelemetry

TraceScope

Scope online evaluation to single traces.

Declaration
[JsonProperty("traceScope")]
public virtual GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScope TraceScope { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScope

TraceView

Optional. Optional trace view that will be used to query traces. If empty, the _Default view will be used. NOTE: This field is not supported yet and will be ignored if set.

Declaration
[JsonProperty("traceView")]
public virtual string TraceView { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX