public sealed class VertexModelSpec : IMessage<VertexModelSpec>, IEquatable<VertexModelSpec>, IDeepCloneable<VertexModelSpec>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class VertexModelSpec.
Specification for vertex model resources.
Implements
IMessageVertexModelSpec, IEquatableVertexModelSpec, IDeepCloneableVertexModelSpec, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
VertexModelSpec()
public VertexModelSpec()VertexModelSpec(VertexModelSpec)
public VertexModelSpec(VertexModelSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
VertexModelSpec |
Properties
ContainerImageUri
public string ContainerImageUri { get; set; }URI of the Docker image to be used as the custom container for serving predictions.
| Property Value | |
|---|---|
| Type | Description |
string |
|
VersionAliases
public RepeatedField<string> VersionAliases { get; }User provided version aliases so that a model version can be referenced via alias
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
VersionDescription
public string VersionDescription { get; set; }The description of this version.
| Property Value | |
|---|---|
| Type | Description |
string |
|
VersionId
public string VersionId { get; set; }The version ID of the model.
| Property Value | |
|---|---|
| Type | Description |
string |
|
VertexModelSourceInfo
public VertexModelSourceInfo VertexModelSourceInfo { get; set; }Source of a Vertex model.
| Property Value | |
|---|---|
| Type | Description |
VertexModelSourceInfo |
|