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-04-09 UTC."],[[["The `SummarizationQualitySpec` class, part of the Cloud AI Platform v1beta1 API, is used to define the specification for summarization quality score metrics."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparisons, deep cloning, and buffer message operations."],["It has two constructors, a default constructor and one that accepts another `SummarizationQualitySpec` object as a parameter, useful for copying instances."],["The class includes properties `UseReference`, a boolean indicating whether to use instance references for quality computation, and `Version`, an integer to specify the version for evaluation."],["The latest version of `SummarizationQualitySpec` is `1.0.0-beta21`, available in the Google.Cloud.AIPlatform.V1Beta1 namespace."]]],[]]