Cloud AI Platform v1 API - Class LargeModelReference (2.27.0)

public sealed class LargeModelReference : IMessage<LargeModelReference>, IEquatable<LargeModelReference>, IDeepCloneable<LargeModelReference>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class LargeModelReference.

Contains information about the Large Model.

Inheritance

object > LargeModelReference

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

LargeModelReference()

public LargeModelReference()

LargeModelReference(LargeModelReference)

public LargeModelReference(LargeModelReference other)
Parameter
NameDescription
otherLargeModelReference

Properties

Name

public string Name { get; set; }

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.

Property Value
TypeDescription
string