Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1VertexModelSpec

Specification for vertex model resources.

Inheritance
object
GoogleCloudDatacatalogV1VertexModelSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX