public sealed class PointwiseMetricInstance : IMessage<PointwiseMetricInstance>, IEquatable<PointwiseMetricInstance>, IDeepCloneable<PointwiseMetricInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PointwiseMetricInstance.
Pointwise metric instance. Usually one instance corresponds to one row in an
evaluation dataset.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference information for the `PointwiseMetricInstance` class within the Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `PointwiseMetricInstance` class represents a single instance of a pointwise metric, often corresponding to a row in an evaluation dataset, and it inherits from the `object` class while implementing several interfaces."],["The class includes two constructors, `PointwiseMetricInstance()`, and `PointwiseMetricInstance(PointwiseMetricInstance other)`, which initializes a new instance or creates one based on an existing instance respectively."],["The `PointwiseMetricInstance` class has properties such as `HasJsonInstance`, `InstanceCase`, and `JsonInstance`, which relate to the handling and content of JSON instances within the class."],["The latest version of the `PointwiseMetricInstance` is `1.0.0-beta21` and is found in the same namespace `Google.Cloud.AIPlatform.V1Beta1`."]]],[]]