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-03-21 UTC."],[[["This document provides reference information for the `ModelSourceInfo` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta11."],["The `ModelSourceInfo` class, which is a sealed class, is used to detail the source information of a model and is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["`ModelSourceInfo` inherits from the `object` class and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `ModelSourceInfo` class include `Copy`, which indicates if the model is a copy, and `SourceType`, which specifies the type of the model source."],["There are two constructors available for the `ModelSourceInfo` class, one being empty and the other for creating a new `ModelSourceInfo` object by copying another one."]]],[]]