public sealed class SummarizationVerbosityInstance : IMessage<SummarizationVerbosityInstance>, IEquatable<SummarizationVerbosityInstance>, IDeepCloneable<SummarizationVerbosityInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class SummarizationVerbosityInstance.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eSummarizationVerbosityInstance\u003c/code\u003e class within the Vertex AI v1beta1 API, specifically for the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSummarizationVerbosityInstance\u003c/code\u003e class, designed for specifying summarization verbosity, inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eContext\u003c/code\u003e, \u003ccode\u003eInstruction\u003c/code\u003e, \u003ccode\u003ePrediction\u003c/code\u003e, and \u003ccode\u003eReference\u003c/code\u003e, which are used to define the input text, summarization prompt, model output, and ground truth, respectively, each with boolean checks to determine if they are set.\u003c/p\u003e\n"],["\u003cp\u003eThe two constructors for the class allow creating an instance without any input, or by taking another instance of the same class as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is 1.0.0-beta21, and there is a previous version available at 1.0.0-beta20.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class SummarizationVerbosityInstance (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.SummarizationVerbosityInstance)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.SummarizationVerbosityInstance) \n\n public sealed class SummarizationVerbosityInstance : IMessage\u003cSummarizationVerbosityInstance\u003e, IEquatable\u003cSummarizationVerbosityInstance\u003e, IDeepCloneable\u003cSummarizationVerbosityInstance\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class SummarizationVerbosityInstance.\n\nSpec for summarization verbosity instance. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SummarizationVerbosityInstance \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SummarizationVerbosityInstance](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.SummarizationVerbosityInstance), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SummarizationVerbosityInstance](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.SummarizationVerbosityInstance), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SummarizationVerbosityInstance](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.SummarizationVerbosityInstance), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### SummarizationVerbosityInstance()\n\n public SummarizationVerbosityInstance()\n\n### SummarizationVerbosityInstance(SummarizationVerbosityInstance)\n\n public SummarizationVerbosityInstance(SummarizationVerbosityInstance other)\n\nProperties\n----------\n\n### Context\n\n public string Context { get; set; }\n\nRequired. Text to be summarized.\n\n### HasContext\n\n public bool HasContext { get; }\n\nGets whether the \"context\" field is set\n\n### HasInstruction\n\n public bool HasInstruction { get; }\n\nGets whether the \"instruction\" field is set\n\n### HasPrediction\n\n public bool HasPrediction { get; }\n\nGets whether the \"prediction\" field is set\n\n### HasReference\n\n public bool HasReference { get; }\n\nGets whether the \"reference\" field is set\n\n### Instruction\n\n public string Instruction { get; set; }\n\nOptional. Summarization prompt for LLM.\n\n### Prediction\n\n public string Prediction { get; set; }\n\nRequired. Output of the evaluated model.\n\n### Reference\n\n public string Reference { get; set; }\n\nOptional. Ground truth used to compare against the prediction."]]