Reference documentation and code samples for the Cloud AutoML V1beta1 Client class UpdateColumnSpecRequest.
Request message for AutoMl.UpdateColumnSpec
Generated from protobuf message google.cloud.automl.v1beta1.UpdateColumnSpecRequest
Namespace
Google \ Cloud \ AutoMl \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ column_spec |
Google\Cloud\AutoMl\V1beta1\ColumnSpec
Required. The column spec which replaces the resource on the server. |
↳ update_mask |
Google\Protobuf\FieldMask
The update mask applies to the resource. |
getColumnSpec
Required. The column spec which replaces the resource on the server.
Returns | |
---|---|
Type | Description |
Google\Cloud\AutoMl\V1beta1\ColumnSpec|null |
hasColumnSpec
clearColumnSpec
setColumnSpec
Required. The column spec which replaces the resource on the server.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AutoMl\V1beta1\ColumnSpec
|
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 |