GoogleCloudAiplatformV1PointwiseMetricInstance class
Pointwise metric instance.
Usually one instance corresponds to one row in an evaluation dataset.
Constructors
- GoogleCloudAiplatformV1PointwiseMetricInstance.new({GoogleCloudAiplatformV1ContentMap? contentMapInstance, String? jsonInstance})
- GoogleCloudAiplatformV1PointwiseMetricInstance.fromJson(Map json_)
Properties
- contentMapInstance ↔ GoogleCloudAiplatformV1ContentMap?
-
Key-value contents for the mutlimodality input, including text, image,
video, audio, and pdf, etc.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- jsonInstance ↔ String?
-
Instance specified as a json string.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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