Reference documentation and code samples for the Cloud AutoML V1 Client class UndeployModelRequest.
Request message for AutoMl.UndeployModel.
Generated from protobuf message google.cloud.automl.v1.UndeployModelRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Resource name of the model to undeploy. |
getName
Required. Resource name of the model to undeploy.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Resource name of the model to undeploy.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|