public sealed class Model.Types.OriginalModelInfo : IMessage<Model.Types.OriginalModelInfo>, IEquatable<Model.Types.OriginalModelInfo>, IDeepCloneable<Model.Types.OriginalModelInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class Model.Types.OriginalModelInfo.
Contains information about the original Model if this Model is a copy.
Output only. The resource name of the Model this Model is a copy of,
including the revision. Format:
projects/{project}/locations/{location}/models/{model_id}@{version_id}
[[["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 2025-03-21 UTC."],[[["This document provides reference information for the `Model.Types.OriginalModelInfo` class within the Vertex AI v1beta1 API."],["The `OriginalModelInfo` class stores details about the original model if the current model is a copy."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `object`."],["It has two constructors: a default one and another that accepts an `OriginalModelInfo` object as a parameter."],["It contains properties `Model` which is a string with the resource name of the original model, and `ModelAsModelName` which provides a `ModelName` type view over the `Model` resource name."]]],[]]