public sealed class TrajectorySingleToolUseMetricValue : IMessage<TrajectorySingleToolUseMetricValue>, IEquatable<TrajectorySingleToolUseMetricValue>, IDeepCloneable<TrajectorySingleToolUseMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TrajectorySingleToolUseMetricValue.
TrajectorySingleToolUse metric value for an instance.
[[["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-31 UTC."],[[["The `TrajectorySingleToolUseMetricValue` class, part of the Vertex AI v1beta1 API, represents a metric value for an instance's single tool use within a trajectory."],["This class is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is implemented in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["It inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Score` property, which is an output-only float representing the TrajectorySingleToolUse score and a `HasScore` property to identify if the `Score` property is set."],["There are two constructors available for the class, a default constructor, and a copy constructor that takes another instance of `TrajectorySingleToolUseMetricValue` as a parameter."]]],[]]