Vertex AI v1 API - Class ModelGardenSource (3.22.0)

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

Reference documentation and code samples for the Vertex AI v1 API class ModelGardenSource.

Contains information about the source of the models generated from Model Garden.

Inheritance

object > ModelGardenSource

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ModelGardenSource()

public ModelGardenSource()

ModelGardenSource(ModelGardenSource)

public ModelGardenSource(ModelGardenSource other)
Parameter
Name Description
other ModelGardenSource

Properties

PublicModelName

public string PublicModelName { get; set; }

Required. The model garden source model resource name.

Property Value
Type Description
string

SkipHfModelCache

public bool SkipHfModelCache { get; set; }

Optional. Whether to avoid pulling the model from the HF cache.

Property Value
Type Description
bool

VersionId

public string VersionId { get; set; }

Optional. The model garden source model version ID.

Property Value
Type Description
string