Cloud AI Platform v1beta1 API - Class TunedModelRef (1.0.0-beta04)

public sealed class TunedModelRef : IMessage<TunedModelRef>, IEquatable<TunedModelRef>, IDeepCloneable<TunedModelRef>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TunedModelRef.

TunedModel Reference for legacy model migration.

Inheritance

object > TunedModelRef

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TunedModelRef()

public TunedModelRef()

TunedModelRef(TunedModelRef)

public TunedModelRef(TunedModelRef other)
Parameter
Name Description
other TunedModelRef

Properties

HasPipelineJob

public bool HasPipelineJob { get; }

Gets whether the "pipeline_job" field is set

Property Value
Type Description
bool

HasTunedModel

public bool HasTunedModel { get; }

Gets whether the "tuned_model" field is set

Property Value
Type Description
bool

HasTuningJob

public bool HasTuningJob { get; }

Gets whether the "tuning_job" field is set

Property Value
Type Description
bool

PipelineJob

public string PipelineJob { get; set; }

Support migration from tuning job list page, from bison model to gemini model.

Property Value
Type Description
string

PipelineJobAsPipelineJobName

public PipelineJobName PipelineJobAsPipelineJobName { get; set; }

PipelineJobName-typed view over the PipelineJob resource name property.

Property Value
Type Description
PipelineJobName

TunedModel

public string TunedModel { get; set; }

Support migration from model registry.

Property Value
Type Description
string

TunedModelAsModelName

public ModelName TunedModelAsModelName { get; set; }

ModelName-typed view over the TunedModel resource name property.

Property Value
Type Description
ModelName

TunedModelRefCase

public TunedModelRef.TunedModelRefOneofCase TunedModelRefCase { get; }
Property Value
Type Description
TunedModelRefTunedModelRefOneofCase

TuningJob

public string TuningJob { get; set; }

Support migration from tuning job list page, from gemini-1.0-pro-002 to 1.5 and above.

Property Value
Type Description
string

TuningJobAsTuningJobName

public TuningJobName TuningJobAsTuningJobName { get; set; }

TuningJobName-typed view over the TuningJob resource name property.

Property Value
Type Description
TuningJobName