public sealed class ModelSourceInfo : IMessage<ModelSourceInfo>, IEquatable<ModelSourceInfo>, IDeepCloneable<ModelSourceInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelSourceInfo.
Detail description of the source information of the model.
If this Model is copy of another Model. If true then
[source_type][google.cloud.aiplatform.v1beta1.ModelSourceInfo.source_type]
pertains to the original.
[[["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 page provides reference documentation for the `ModelSourceInfo` class within the Google Cloud AI Platform v1beta1 API."],["`ModelSourceInfo` is a class that represents the source information of a model and is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `ModelSourceInfo` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and a constructor that accepts another `ModelSourceInfo` object as a parameter."],["The `ModelSourceInfo` class contains properties to describe if a model is a copy and to detail its source type."]]],[]]