public sealed class EvaluateDatasetResponse : IMessage<EvaluateDatasetResponse>, IEquatable<EvaluateDatasetResponse>, IDeepCloneable<EvaluateDatasetResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class EvaluateDatasetResponse.
Response in LRO for EvaluationService.EvaluateDataset.
[[["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."],[[["The latest version of the `EvaluateDatasetResponse` class is 1.0.0-beta21, which is part of the Vertex AI v1beta1 API."],["`EvaluateDatasetResponse` is a sealed class representing the response in a Long-Running Operation (LRO) for `EvaluationService.EvaluateDataset`, and it inherits from the base `object` class."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EvaluateDatasetResponse` class has two constructors: a default constructor and a copy constructor that takes another `EvaluateDatasetResponse` instance as a parameter."],["It has a `OutputInfo` property, which is an output-only value of the `OutputInfo` type that provides information for `EvaluationService.EvaluateDataset`."]]],[]]