Google Cloud Data Catalog V1 Client - Class VertexModelSpec (1.9.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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 Google\Cloud\DataCatalog\V1\VertexModelSourceInfo

Source of a Vertex model.

↳ 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.

Returns
TypeDescription
string

setVersionId

The version ID of the model.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVersionAliases

User provided version aliases so that a model version can be referenced via alias

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setVersionAliases

User provided version aliases so that a model version can be referenced via alias

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getVersionDescription

The description of this version.

Returns
TypeDescription
string

setVersionDescription

The description of this version.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVertexModelSourceInfo

Source of a Vertex model.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\VertexModelSourceInfo|null

hasVertexModelSourceInfo

clearVertexModelSourceInfo

setVertexModelSourceInfo

Source of a Vertex model.

Parameter
NameDescription
var Google\Cloud\DataCatalog\V1\VertexModelSourceInfo
Returns
TypeDescription
$this

getContainerImageUri

URI of the Docker image to be used as the custom container for serving predictions.

Returns
TypeDescription
string

setContainerImageUri

URI of the Docker image to be used as the custom container for serving predictions.

Parameter
NameDescription
var string
Returns
TypeDescription
$this