public sealed class VertexModelSourceInfo : IMessage<VertexModelSourceInfo>, IEquatable<VertexModelSourceInfo>, IDeepCloneable<VertexModelSourceInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class VertexModelSourceInfo.
Detail description of the source information of a Vertex model.
If this Model is copy of another Model. If true then
[source_type][google.cloud.datacatalog.v1.VertexModelSourceInfo.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 webpage provides reference documentation for the `VertexModelSourceInfo` class within the Google Cloud Data Catalog v1 API for .NET."],["The `VertexModelSourceInfo` class details the source information of a Vertex model and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation available is for version 2.14.0, with previous versions from 2.13.0 down to 1.2.0 also accessible."],["The class includes two constructors, `VertexModelSourceInfo()` and `VertexModelSourceInfo(VertexModelSourceInfo other)`, alongside properties such as `Copy` (a boolean indicating if the model is a copy) and `SourceType` which refers to a type of `ModelSourceType`."],["This `VertexModelSourceInfo` class is located in the namespace `Google.Cloud.DataCatalog.V1` and within the assembly `Google.Cloud.DataCatalog.V1.dll`."]]],[]]