public sealed class ModelSourceInfo : IMessage<ModelSourceInfo>, IEquatable<ModelSourceInfo>, IDeepCloneable<ModelSourceInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-03-21 UTC."],[[["The `ModelSourceInfo` class in the Vertex AI v1beta1 API provides detailed information about the source of a model."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ModelSourceInfo` has two constructors: a default constructor and one that takes another `ModelSourceInfo` object as a parameter for copying."],["It includes properties like `Copy` (a boolean indicating if the model is a copy) and `SourceType` (specifying the type of the model source)."],["The latest version of this class is `1.0.0-beta21` while the `1.0.0-beta20` version is also available for use."]]],[]]