GoogleCloudAiplatformV1OnlineEvaluatorCloudObservability class
Data source for the OnlineEvaluator, based on Google Cloud Observability stack (Cloud Trace & Cloud Logging).
Constructors
- GoogleCloudAiplatformV1OnlineEvaluatorCloudObservability({String? logView, GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityOpenTelemetry? openTelemetry, GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScope? sessionScope, GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScope? traceScope, String? traceView})
- GoogleCloudAiplatformV1OnlineEvaluatorCloudObservability.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- logView ↔ String?
-
Optional log view that will be used to query logs.
getter/setter pair
- openTelemetry ↔ GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityOpenTelemetry?
-
Data source follows OpenTelemetry convention.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionScope ↔ GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScope?
-
Scope online evaluation to OTel sessions (i.e. group of traces with the
same conversation ID).
getter/setter pair
- traceScope ↔ GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScope?
-
Scope online evaluation to single traces.
getter/setter pair
- traceView ↔ String?
-
Optional trace view that will be used to query traces.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited