Class GoogleCloudAiplatformV1ModelGardenSource
Contains information about the source of the models generated from Model Garden.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ModelGardenSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicModelName
Required. The model garden source model resource name.
Declaration
[JsonProperty("publicModelName")]
public virtual string PublicModelName { get; set; }
Property Value
Type | Description |
---|---|
string |
SkipHfModelCache
Optional. Whether to avoid pulling the model from the HF cache.
Declaration
[JsonProperty("skipHfModelCache")]
public virtual bool? SkipHfModelCache { get; set; }
Property Value
Type | Description |
---|---|
bool? |
VersionId
Optional. The model garden source model version ID.
Declaration
[JsonProperty("versionId")]
public virtual string VersionId { get; set; }
Property Value
Type | Description |
---|---|
string |