GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScopePredicate class
Defines a single filter predicate.
Constructors
- GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScopePredicate({GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate? duration, GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate? totalTokenUsage})
- GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScopePredicate.fromJson(Map json_)
Properties
- duration ↔ GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate?
-
Filter on the duration of a trace (in seconds).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalTokenUsage ↔ GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate?
-
Filter on the total token usage within a trace.
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