The Model Registry Model and Online Prediction Endpoint associated
with this TuningJob.
Attributes
Name
Description
model
str
Output only. The resource name of the TunedModel. Format:
projects/{project}/locations/{location}/models/{model}@{version_id}
When tuning from a base model, the version ID will be 1.
For continuous tuning, if the provided
tuned_model_display_name is set and different from parent
model's display name, the tuned model will have a new parent
model with version 1. Otherwise 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}
endpoint
str
Output only. A resource name of an Endpoint. Format:
projects/{project}/locations/{location}/endpoints/{endpoint}.
checkpoints
MutableSequence[google.cloud.aiplatform_v1.types.TunedModelCheckpoint]
Output only. The checkpoints associated with
this TunedModel. This field is only populated
for tuning jobs that enable intermediate
checkpoints.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-17 UTC."],[],[]]