public sealed class PointwiseMetricSpec : IMessage<PointwiseMetricSpec>, IEquatable<PointwiseMetricSpec>, IDeepCloneable<PointwiseMetricSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-21 UTC."],[[["The `PointwiseMetricSpec` class, part of the Vertex AI v1beta1 API, defines specifications for pointwise metrics within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, with inherited members such as `GetHashCode`, `GetType`, and `ToString`."],["`PointwiseMetricSpec` objects can be constructed using either a default constructor or one that takes another `PointwiseMetricSpec` as a parameter."],["The class provides properties like `HasMetricPromptTemplate`, `HasSystemInstruction`, `MetricPromptTemplate` (required), and `SystemInstruction` (optional) for configuring the metric's behavior."],["The latest version available for this class is `1.0.0-beta21`."]]],[]]