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-03-25 UTC."],[[["This document provides reference information for the `Model.Types.OriginalModelInfo` class within the Cloud AI Platform v1beta1 API."],["`Model.Types.OriginalModelInfo` is designed to hold details about the original model if the current model is a copy."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["`OriginalModelInfo` has properties such as `Model` and `ModelAsModelName` to store the resource name of the original model and a typed view of it respectively."],["Constructors are available for creating an empty `OriginalModelInfo` object, or by using an existing `OriginalModelInfo` object as a base."]]],[]]