Cloud AI Platform v1 API - Class ModelSourceInfo (2.27.0)

public sealed class ModelSourceInfo : IMessage<ModelSourceInfo>, IEquatable<ModelSourceInfo>, IDeepCloneable<ModelSourceInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ModelSourceInfo.

Detail description of the source information of the model.

Inheritance

object > ModelSourceInfo

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ModelSourceInfo()

public ModelSourceInfo()

ModelSourceInfo(ModelSourceInfo)

public ModelSourceInfo(ModelSourceInfo other)
Parameter
NameDescription
otherModelSourceInfo

Properties

Copy

public bool Copy { get; set; }

If this Model is copy of another Model. If true then [source_type][google.cloud.aiplatform.v1.ModelSourceInfo.source_type] pertains to the original.

Property Value
TypeDescription
bool

SourceType

public ModelSourceInfo.Types.ModelSourceType SourceType { get; set; }

Type of the model source.

Property Value
TypeDescription
ModelSourceInfoTypesModelSourceType