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.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ version_id | stringThe version ID of the model. | 
| ↳ version_aliases | arrayUser provided version aliases so that a model version can be referenced via alias | 
| ↳ version_description | stringThe description of this version. | 
| ↳ vertex_model_source_info | VertexModelSourceInfoSource of a Vertex model. | 
| ↳ container_image_uri | stringURI of the Docker image to be used as the custom container for serving predictions. | 
getVersionId
The version ID of the model.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setVersionId
The version ID of the model.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getVersionAliases
User provided version aliases so that a model version can be referenced via alias
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setVersionAliases
User provided version aliases so that a model version can be referenced via alias
| Parameter | |
|---|---|
| Name | Description | 
| var | string[] | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getVersionDescription
The description of this version.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setVersionDescription
The description of this version.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getVertexModelSourceInfo
Source of a Vertex model.
| Returns | |
|---|---|
| Type | Description | 
| VertexModelSourceInfo|null | |
hasVertexModelSourceInfo
clearVertexModelSourceInfo
setVertexModelSourceInfo
Source of a Vertex model.
| Parameter | |
|---|---|
| Name | Description | 
| var | VertexModelSourceInfo | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getContainerImageUri
URI of the Docker image to be used as the custom container for serving predictions.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setContainerImageUri
URI of the Docker image to be used as the custom container for serving predictions.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |