public sealed class SummarizationQualityInput : IMessage<SummarizationQualityInput>, IEquatable<SummarizationQualityInput>, IDeepCloneable<SummarizationQualityInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class SummarizationQualityInput.
[[["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-25 UTC."],[[["This documentation covers the `SummarizationQualityInput` class within the Vertex AI v1beta1 API, used for defining input for summarization quality metrics."],["The `SummarizationQualityInput` class is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one empty and one that takes another `SummarizationQualityInput` object as input, allowing for object copying."],["It includes properties `Instance`, of type `SummarizationQualityInstance`, representing the summarization quality instance, and `MetricSpec`, of type `SummarizationQualitySpec`, representing the spec for summarization quality score metrics, both of which are required."],["The current documentation focuses on two versions, the latest `1.0.0-beta21`, and `1.0.0-beta20`, with `1.0.0-beta21` being the latest."]]],[]]