Cloud AI Platform v1 API - Class Model.Types.BaseModelSource (2.27.0)

public sealed class Model.Types.BaseModelSource : IMessage<Model.Types.BaseModelSource>, IEquatable<Model.Types.BaseModelSource>, IDeepCloneable<Model.Types.BaseModelSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class Model.Types.BaseModelSource.

User input field to specify the base model source. Currently it only supports specifing the Model Garden models and Genie models.

Inheritance

object > Model.Types.BaseModelSource

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

BaseModelSource()

public BaseModelSource()

BaseModelSource(BaseModelSource)

public BaseModelSource(Model.Types.BaseModelSource other)
Parameter
NameDescription
otherModelTypesBaseModelSource

Properties

GenieSource

public GenieSource GenieSource { get; set; }

Information about the base model of Genie models.

Property Value
TypeDescription
GenieSource

ModelGardenSource

public ModelGardenSource ModelGardenSource { get; set; }

Source information of Model Garden models.

Property Value
TypeDescription
ModelGardenSource

SourceCase

public Model.Types.BaseModelSource.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
ModelTypesBaseModelSourceSourceOneofCase