Vertex AI v1beta1 API - Class PreTunedModel (1.0.0-beta50)

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

Reference documentation and code samples for the Vertex AI v1beta1 API class PreTunedModel.

A pre-tuned model for continuous tuning.

Inheritance

object > PreTunedModel

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

PreTunedModel()

public PreTunedModel()

PreTunedModel(PreTunedModel)

public PreTunedModel(PreTunedModel other)
Parameter
Name Description
other PreTunedModel

Properties

BaseModel

public string BaseModel { get; set; }

Output only. The name of the base model this [PreTunedModel][google.cloud.aiplatform.v1beta1.PreTunedModel] was tuned from.

Property Value
Type Description
string

CheckpointId

public string CheckpointId { get; set; }

Optional. The source checkpoint id. If not specified, the default checkpoint will be used.

Property Value
Type Description
string

TunedModelName

public string TunedModelName { get; set; }

The resource name of the Model. E.g., a model resource name with a specified version id or alias:

projects/{project}/locations/{location}/models/{model}@{version_id}

projects/{project}/locations/{location}/models/{model}@{alias}

Or, omit the version id to use the default version:

projects/{project}/locations/{location}/models/{model}

Property Value
Type Description
string

TunedModelNameAsModelName

public ModelName TunedModelNameAsModelName { get; set; }

ModelName-typed view over the TunedModelName resource name property.

Property Value
Type Description
ModelName