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.
Implements
IMessageVertexModelSourceInfo, IEquatableVertexModelSourceInfo, IDeepCloneableVertexModelSourceInfo, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
VertexModelSourceInfo()
public VertexModelSourceInfo()
VertexModelSourceInfo(VertexModelSourceInfo)
public VertexModelSourceInfo(VertexModelSourceInfo other)
Parameter | |
---|---|
Name | Description |
other | VertexModelSourceInfo |
Properties
Copy
public bool Copy { get; set; }
If this Model is copy of another Model. If true then [source_type][google.cloud.datacatalog.v1.VertexModelSourceInfo.source_type] pertains to the original.
Property Value | |
---|---|
Type | Description |
bool |
SourceType
public VertexModelSourceInfo.Types.ModelSourceType SourceType { get; set; }
Type of the model source.
Property Value | |
---|---|
Type | Description |
VertexModelSourceInfoTypesModelSourceType |