Reference documentation and code samples for the Cloud AutoML V1beta1 Client class UpdateTableSpecRequest.
Request message for AutoMl.UpdateTableSpec
Generated from protobuf message google.cloud.automl.v1beta1.UpdateTableSpecRequest
Namespace
Google \ Cloud \ AutoMl \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ table_spec |
Google\Cloud\AutoMl\V1beta1\TableSpec
Required. The table spec which replaces the resource on the server. |
↳ update_mask |
Google\Protobuf\FieldMask
The update mask applies to the resource. |
getTableSpec
Required. The table spec which replaces the resource on the server.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\AutoMl\V1beta1\TableSpec|null |
|
hasTableSpec
clearTableSpec
setTableSpec
Required. The table spec which replaces the resource on the server.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\AutoMl\V1beta1\TableSpec
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
The update mask applies to the resource.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
The update mask applies to the resource.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|