Cloud AI Platform v1beta1 API - Class PublisherModel.Types.Parent (1.0.0-beta02)

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.

Inheritance

object > PublisherModel.Types.Parent

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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