GoogleCloudDatacatalogV1VertexModelSpec class

Specification for vertex model resources.

Constructors

GoogleCloudDatacatalogV1VertexModelSpec({String? containerImageUri, List<String>? versionAliases, String? versionDescription, String? versionId, GoogleCloudDatacatalogV1VertexModelSourceInfo? vertexModelSourceInfo})
GoogleCloudDatacatalogV1VertexModelSpec.fromJson(Map json_)

Properties

containerImageUri String?
URI of the Docker image to be used as the custom container for serving predictions.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionAliases List<String>?
User provided version aliases so that a model version can be referenced via alias
getter/setter pair
versionDescription String?
The description of this version.
getter/setter pair
versionId String?
The version ID of the model.
getter/setter pair
vertexModelSourceInfo GoogleCloudDatacatalogV1VertexModelSourceInfo?
Source of a Vertex model.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited