public sealed class TrajectoryRecallMetricValue : IMessage<TrajectoryRecallMetricValue>, IEquatable<TrajectoryRecallMetricValue>, IDeepCloneable<TrajectoryRecallMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TrajectoryRecallMetricValue.
[[["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 information for the `TrajectoryRecallMetricValue` class within the Cloud AI Platform v1beta1 API."],["`TrajectoryRecallMetricValue` is a sealed class that represents a metric value related to trajectory recall for an instance and inherits from the `object` class."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors, one default and another for copying an existing `TrajectoryRecallMetricValue`."],["The class has two properties, `HasScore` which checks if the score is set and `Score` which is the read/write field for the TrajectoryRecall score itself."]]],[]]