Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class VertexModelSpec.
Specification for vertex model resources.
Generated from protobuf message google.cloud.datacatalog.v1.VertexModelSpec
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ version_id
string
The version ID of the model.
↳ version_aliases
array
User provided version aliases so that a model version can be referenced via alias
↳ version_description
string
The description of this version.
↳ vertex_model_source_info
↳ container_image_uri
string
URI of the Docker image to be used as the custom container for serving predictions.
getVersionId
The version ID of the model.
string
setVersionId
The version ID of the model.
var
string
$this
getVersionAliases
User provided version aliases so that a model version can be referenced via alias
setVersionAliases
User provided version aliases so that a model version can be referenced via alias
var
string[]
$this
getVersionDescription
The description of this version.
string
setVersionDescription
The description of this version.
var
string
$this
getVertexModelSourceInfo
Source of a Vertex model.
hasVertexModelSourceInfo
clearVertexModelSourceInfo
setVertexModelSourceInfo
Source of a Vertex model.
$this
getContainerImageUri
URI of the Docker image to be used as the custom container for serving predictions.
string
setContainerImageUri
URI of the Docker image to be used as the custom container for serving predictions.
var
string
$this