public sealed class PointwiseMetricSpec : IMessage<PointwiseMetricSpec>, IEquatable<PointwiseMetricSpec>, IDeepCloneable<PointwiseMetricSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PointwiseMetricSpec.
[[["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-25 UTC."],[[["This document provides reference documentation for the `PointwiseMetricSpec` class within the Cloud AI Platform v1beta1 API, specifically for the .NET environment, with the latest version being 1.0.0-beta21."],["The `PointwiseMetricSpec` class, which is used to define specifications for a pointwise metric, inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor (`PointwiseMetricSpec()`) and a copy constructor (`PointwiseMetricSpec(PointwiseMetricSpec other)`), which allows for the creation of new instances and cloning from an existing `PointwiseMetricSpec` object."],["`PointwiseMetricSpec` contains the properties `HasMetricPromptTemplate`, which is a boolean indicating if the metric prompt template is set, and `MetricPromptTemplate`, a string that is a required metric prompt template."],["It also implements inherited members like `GetHashCode()`, `GetType()` and `ToString()` from its parent `object`."]]],[]]