Class VertexModelSpec (3.19.0)

VertexModelSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specification for vertex model resources.

Attributes

NameDescription
version_id str
The version ID of the model.
version_aliases MutableSequence[str]
User provided version aliases so that a model version can be referenced via alias
version_description str
The description of this version.
vertex_model_source_info google.cloud.datacatalog_v1.types.VertexModelSourceInfo
Source of a Vertex model.
container_image_uri str
URI of the Docker image to be used as the custom container for serving predictions.