public sealed class SummarizationQualityInput : IMessage<SummarizationQualityInput>, IEquatable<SummarizationQualityInput>, IDeepCloneable<SummarizationQualityInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-31 UTC."],[[["This documentation covers the `SummarizationQualityInput` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta09."],["`SummarizationQualityInput` is used as an input for evaluating the quality of summarization outputs and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes constructors for creating new instances, either default or by copying an existing `SummarizationQualityInput` object."],["It contains two key properties: `Instance` of type `SummarizationQualityInstance`, representing the summarization quality instance, and `MetricSpec` of type `SummarizationQualitySpec`, specifying the quality score metric."]]],[]]