Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ModelGardenSource

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

Inheritance
object
GoogleCloudAiplatformV1ModelGardenSource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX