public sealed class LargeModelReference : IMessage<LargeModelReference>, IEquatable<LargeModelReference>, IDeepCloneable<LargeModelReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class LargeModelReference.
Required. The unique name of the large Foundation or pre-built model. Like
"chat-bison", "text-bison". Or model name with version ID, like
"chat-bison@001", "text-bison@005", etc.
[[["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-21 UTC."],[[["This document provides reference documentation and code samples for the `LargeModelReference` class within the Vertex AI v1beta1 API."],["The `LargeModelReference` class, which contains information about the Large Model, is a sealed class that inherits from `object` and implements multiple interfaces."],["The latest version documented is `1.0.0-beta21`, with `1.0.0-beta20` also available, contained in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["`LargeModelReference` has two constructors, one default and one that takes another `LargeModelReference` as a parameter."],["The `LargeModelReference` class includes a `Name` property of type `string`, which holds the required unique name of the large foundation or pre-built model."]]],[]]