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-04-14 UTC."],[[["This documentation covers the `SummarizationQualityInput` class, which is part of the Google Cloud AI Platform v1beta1 API, and is used as an input for evaluating summarization quality metrics."],["`SummarizationQualityInput` is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support functionalities like message handling, equality checks, deep cloning, and buffer messaging."],["The class has two constructors: a default constructor (`SummarizationQualityInput()`) and a copy constructor (`SummarizationQualityInput(SummarizationQualityInput other)`), which allows for creating new instances and cloning existing ones."],["`SummarizationQualityInput` has two required properties: `Instance`, which is of type `SummarizationQualityInstance`, and `MetricSpec`, which is of type `SummarizationQualitySpec`."],["The documentation provides reference links for implemented interfaces and inherited members, such as `GetHashCode`, `GetType`, and `ToString` from the base `object` class, to help users explore additional functionalities and details."]]],[]]