GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopePredicate class

Defines a single filter predicate.

Properties

duration GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate?
Filter on the duration of a session (in seconds).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
modelCallErrors GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate?
Filter on the number of LLM call errors within a session.
getter/setter pair
modelCalls GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate?
Filter on the number of underlying LLM calls within a session.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toolCallErrors GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate?
Filter on the number of tool call errors within a session.
getter/setter pair
toolCalls GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate?
Filter on the number of underlying tool calls within a session.
getter/setter pair
totalTokenUsage GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate?
Filter on the total token usage within a session.
getter/setter pair
userTurns GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate?
Filter on the number of user turns within a session.
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