public sealed class SummarizationQualitySpec : IMessage<SummarizationQualitySpec>, IEquatable<SummarizationQualitySpec>, IDeepCloneable<SummarizationQualitySpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SummarizationQualitySpec.
[[["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 `SummarizationQualitySpec` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta09."],["`SummarizationQualitySpec` is used to define the specifications for evaluating the quality of text summarization within the AI Platform."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SummarizationQualitySpec` class includes properties like `UseReference` (a boolean to determine if a reference is used) and `Version` (an integer to specify the evaluation version)."],["The class also provides two constructors: a default constructor and a copy constructor that takes another `SummarizationQualitySpec` object as input."]]],[]]