public sealed class LargeModelReference : IMessage<LargeModelReference>, IEquatable<LargeModelReference>, IDeepCloneable<LargeModelReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-25 UTC."],[[["The `LargeModelReference` class in the Google Cloud AI Platform v1beta1 API provides information about large models."],["It is a sealed class that inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `Name` property, which is a required string field that holds the unique name of the large model, such as \"chat-bison\" or \"text-bison@005\"."],["There are two versions of the `LargeModelReference` constructor available, one is a default and the other one takes another `LargeModelReference` as parameter."]]],[]]