Retrieves the ModelEvaluation resource and instantiates its representation.
Parameters
Name
Description
evaluation_name
str
Required. A fully-qualified model evaluation resource name or evaluation ID. Example: "projects/123/locations/us-central1/models/456/evaluations/789" or "789". If passing only the evaluation ID, model_id must be provided.
model_id
str
Optional. The ID of the model to retrieve this evaluation from. If passing only the evaluation ID as evaluation_name, model_id must be provided.
project
str
Optional project to retrieve model evaluation from. If not set, project set in aiplatform.init will be used.
location
str
Optional location to retrieve model evaluation from. If not set, location set in aiplatform.init will be used.
Gets the evaluation metrics from the Model Evaluation.
Methods
delete
delete()
Deletes this Vertex AI resource. WARNING: This deletion is
permanent.
Parameter
Name
Description
sync
bool
Whether to execute this deletion synchronously. If False, this method will be executed in concurrent Future and any downstream object will be immediately returned and synced when the Future has completed.
[[["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 2026-04-01 UTC."],[],[]]