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
Namespace
Google \ Cloud \ AutoMl \ V1Methods
__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 |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. Resource name of the model to undeploy. Please see Google\Cloud\AutoMl\V1\AutoMlClient::modelName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\AutoMl\V1\UndeployModelRequest |