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 |