public sealed class PublisherModel.Types.Parent : IMessage<PublisherModel.Types.Parent>, IEquatable<PublisherModel.Types.Parent>, IDeepCloneable<PublisherModel.Types.Parent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PublisherModel.Types.Parent.
The information about the parent of a model.
Implements
IMessagePublisherModelTypesParent, IEquatablePublisherModelTypesParent, IDeepCloneablePublisherModelTypesParent, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Parent()
public Parent()
Parent(Parent)
public Parent(PublisherModel.Types.Parent other)
Parameter | |
---|---|
Name | Description |
other |
PublisherModelTypesParent |
Properties
DisplayName
public string DisplayName { get; set; }
Required. The display name of the parent. E.g., LaMDA, T5, Vision API, Natural Language API.
Property Value | |
---|---|
Type | Description |
string |
Reference
public PublisherModel.Types.ResourceReference Reference { get; set; }
Optional. The Google Cloud resource name or the URI reference.
Property Value | |
---|---|
Type | Description |
PublisherModelTypesResourceReference |