Class GoogleCloudDatacatalogV1VertexModelSpec
Specification for vertex model resources.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1VertexModelSpec : IDirectResponseSchema
Properties
ContainerImageUri
URI of the Docker image to be used as the custom container for serving predictions.
Declaration
[JsonProperty("containerImageUri")]
public virtual string ContainerImageUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionAliases
User provided version aliases so that a model version can be referenced via alias
Declaration
[JsonProperty("versionAliases")]
public virtual IList<string> VersionAliases { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
VersionDescription
The description of this version.
Declaration
[JsonProperty("versionDescription")]
public virtual string VersionDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionId
The version ID of the model.
Declaration
[JsonProperty("versionId")]
public virtual string VersionId { get; set; }
Property Value
Type | Description |
---|---|
string |
VertexModelSourceInfo
Source of a Vertex model.
Declaration
[JsonProperty("vertexModelSourceInfo")]
public virtual GoogleCloudDatacatalogV1VertexModelSourceInfo VertexModelSourceInfo { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1VertexModelSourceInfo |