Class GoogleCloudAiplatformV1beta1TunedModelRef
TunedModel Reference for legacy model migration.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1TunedModelRef : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PipelineJob
Support migration from tuning job list page, from bison model to gemini model.
Declaration
[JsonProperty("pipelineJob")]
public virtual string PipelineJob { get; set; }
Property Value
Type | Description |
---|---|
string |
TunedModel
Support migration from model registry.
Declaration
[JsonProperty("tunedModel")]
public virtual string TunedModel { get; set; }
Property Value
Type | Description |
---|---|
string |
TuningJob
Support migration from tuning job list page, from gemini-1.0-pro-002 to 1.5 and above.
Declaration
[JsonProperty("tuningJob")]
public virtual string TuningJob { get; set; }
Property Value
Type | Description |
---|---|
string |