When tuning from a base model, the version_id will be 1.
For continuous tuning, the version id will be incremented by 1 from the
last version id in the parent model. E.g.,
projects/{project}/locations/{location}/models/{model}@{last_version_id +
1}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eTunedModel\u003c/code\u003e class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta21 (latest).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTunedModel\u003c/code\u003e is a sealed class representing a model in the Model Registry and the Online Prediction Endpoint associated with a \u003ccode\u003eTuningJob\u003c/code\u003e, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing interfaces like \u003ccode\u003eIMessage\u003c/code\u003e and \u003ccode\u003eIEquatable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTunedModel\u003c/code\u003e class has constructors for creating new instances and cloning existing ones, and includes properties for accessing the resource names of the associated \u003ccode\u003eEndpoint\u003c/code\u003e and \u003ccode\u003eModel\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTunedModel\u003c/code\u003e class contains properties \u003ccode\u003eEndpoint\u003c/code\u003e and \u003ccode\u003eModel\u003c/code\u003e, which are both strings that output a resource name, and properties \u003ccode\u003eEndpointAsEndpointName\u003c/code\u003e and \u003ccode\u003eModelAsModelName\u003c/code\u003e which are typed views over the \u003ccode\u003eEndpoint\u003c/code\u003e and \u003ccode\u003eModel\u003c/code\u003e properties respectively.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class TunedModel (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.TunedModel)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.TunedModel) \n\n public sealed class TunedModel : IMessage\u003cTunedModel\u003e, IEquatable\u003cTunedModel\u003e, IDeepCloneable\u003cTunedModel\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class TunedModel.\n\nThe Model Registry Model and Online Prediction Endpoint associated with\nthis \\[TuningJob\\]\\[google.cloud.aiplatform.v1.TuningJob\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e TunedModel \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[TunedModel](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.TunedModel), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[TunedModel](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.TunedModel), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[TunedModel](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.TunedModel), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### TunedModel()\n\n public TunedModel()\n\n### TunedModel(TunedModel)\n\n public TunedModel(TunedModel other)\n\nProperties\n----------\n\n### Checkpoints\n\n public RepeatedField\u003cTunedModelCheckpoint\u003e Checkpoints { get; }\n\nOutput only. The checkpoints associated with this TunedModel.\nThis field is only populated for tuning jobs that enable intermediate\ncheckpoints.\n\n### Endpoint\n\n public string Endpoint { get; set; }\n\nOutput only. A resource name of an Endpoint. Format:\n`projects/{project}/locations/{location}/endpoints/{endpoint}`.\n\n### EndpointAsEndpointName\n\n public EndpointName EndpointAsEndpointName { get; set; }\n\n[EndpointName](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.EndpointName)-typed view over the [Endpoint](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.TunedModel#Google_Cloud_AIPlatform_V1Beta1_TunedModel_Endpoint) resource name property.\n\n### Model\n\n public string Model { get; set; }\n\nOutput only. The resource name of the TunedModel. Format:\n\n`projects/{project}/locations/{location}/models/{model}@{version_id}`\n\nWhen tuning from a base model, the version_id will be 1.\n\nFor continuous tuning, the version id will be incremented by 1 from the\nlast version id in the parent model. E.g.,\n`projects/{project}/locations/{location}/models/{model}@{last_version_id +\n1}`\n\n### ModelAsModelName\n\n public ModelName ModelAsModelName { get; set; }\n\n[ModelName](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ModelName)-typed view over the [Model](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.TunedModel#Google_Cloud_AIPlatform_V1Beta1_TunedModel_Model) resource name property."]]