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 Cloud AI Platform 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-04-09 UTC."],[[["This document provides reference information for the `Model.Types.OriginalModelInfo` class within the Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["The `OriginalModelInfo` class is designed to hold details about the original model when the current model is a copy."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `OriginalModelInfo` class includes properties like `Model` (a string representing the resource name) and `ModelAsModelName` (a typed view of the resource name)."],["The `OriginalModelInfo` class has two constructors, one being a standard constructor, and the second taking another `OriginalModelInfo` object as an argument."]]],[]]