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-04-09 UTC."],[[["The `PointwiseMetricResult` class is part of the Cloud AI Platform v1beta1 API, designed for specifying pointwise metric results within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities such as message handling, equality comparisons, deep cloning, and buffer management."],["The `PointwiseMetricResult` class provides two constructors, one default and another to copy from an existing `PointwiseMetricResult` object."],["Key properties of the `PointwiseMetricResult` class include `Explanation` (a string describing the score) and `Score` (a float representing the actual pointwise metric score), with a `HasScore` boolean property to check whether the score field is set."],["The latest version available of this API class is `1.0.0-beta21`, and an earlier version `1.0.0-beta20` is also referenced."]]],[]]