public sealed class PointwiseMetricInput : IMessage<PointwiseMetricInput>, IEquatable<PointwiseMetricInput>, IDeepCloneable<PointwiseMetricInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PointwiseMetricInput.
[[["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 documentation covers the `PointwiseMetricInput` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`PointwiseMetricInput` is a class designed to be used as input for pointwise metrics and it inherits from the base `object` class while also implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains two properties: `Instance`, which is a `PointwiseMetricInstance` representing the required pointwise metric instance, and `MetricSpec`, which is a `PointwiseMetricSpec` that represents the required specification for the pointwise metric."],["The class also contains the ability to construct an object either with no paramaters or by copyting the properties from another `PointwiseMetricInput` object."]]],[]]