Show / Hide Table of Contents

Class GoogleCloudAiplatformV1TunedModelRef

TunedModel Reference for legacy model migration.

Inheritance
object
GoogleCloudAiplatformV1TunedModelRef
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 GoogleCloudAiplatformV1TunedModelRef : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX