Class GoogleCloudAiplatformV1GenieSource
Contains information about the source of the models generated from Generative AI Studio.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GenieSource : IDirectResponseSchema
Properties
BaseModelUri
Required. The public base model URI.
Declaration
[JsonProperty("baseModelUri")]
public virtual string BaseModelUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |