Reference documentation and code samples for the Google Cloud Retail V2 Client class UpdateModelRequest.
Request for updating an existing model.
Generated from protobuf message google.cloud.retail.v2.UpdateModelRequest
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ model
↳ update_mask
Google\Protobuf\FieldMask
Optional. Indicates which fields in the provided 'model' to update. If not set, by default updates all fields.
getModel
Required. The body of the updated Model .
hasModel
clearModel
setModel
Required. The body of the updated Model .
$this
getUpdateMask
Optional. Indicates which fields in the provided 'model' to update. If not set, by default updates all fields.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Indicates which fields in the provided 'model' to update. If not set, by default updates all fields.
$this
static::build
model
updateMask
Google\Protobuf\FieldMask
Optional. Indicates which fields in the provided 'model' to update. If not set, by default updates all fields.