public sealed class PointwiseMetricResult : IMessage<PointwiseMetricResult>, IEquatable<PointwiseMetricResult>, IDeepCloneable<PointwiseMetricResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PointwiseMetricResult.
[[["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-03-21 UTC."],[[["This document provides reference documentation for the `PointwiseMetricResult` class within the Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta04."],["The `PointwiseMetricResult` class is a sealed class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `object`."],["The class includes properties `Explanation` (string) and `Score` (float), both of which are output-only and relate to the pointwise metric score, and `HasScore` (bool) which indicates whether the \"score\" field is set."],["There are two constructors available for `PointwiseMetricResult`: a default constructor and one that accepts another `PointwiseMetricResult` object."],["The `PointwiseMetricResult` class is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]