GoogleCloudAiplatformV1OnlineEvaluator class

An OnlineEvaluator contains the configuration for an Online Evaluation.

Properties

agentResource String?
The name of the agent that the OnlineEvaluator evaluates periodically.
getter/setter pair
cloudObservability GoogleCloudAiplatformV1OnlineEvaluatorCloudObservability?
Data source for the OnlineEvaluator, based on Google Cloud Observability stack (Cloud Trace & Cloud Logging).
getter/setter pair
config GoogleCloudAiplatformV1OnlineEvaluatorConfig?
Configuration for the OnlineEvaluator.
getter/setter pair
createTime String?
Timestamp when the OnlineEvaluator was created.
getter/setter pair
displayName String?
Human-readable name for the OnlineEvaluator.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metricSources List<GoogleCloudAiplatformV1MetricSource>?
A list of metric sources to be used for evaluating samples.
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of the OnlineEvaluator.
getter/setter pair
stateDetails List<GoogleCloudAiplatformV1OnlineEvaluatorStateDetails>?
Contains additional information about the state of the OnlineEvaluator.
getter/setter pair
updateTime String?
Timestamp when the OnlineEvaluator was last updated.
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