Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class UpdateReasoningEngineRequest.
Request message for ReasoningEngineService.UpdateReasoningEngine.
Generated from protobuf message google.cloud.aiplatform.v1.UpdateReasoningEngineRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ reasoning_engine |
ReasoningEngine
Required. The ReasoningEngine which replaces the resource on the server. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. Mask specifying which fields to update. |
getReasoningEngine
Required. The ReasoningEngine which replaces the resource on the server.
Returns | |
---|---|
Type | Description |
ReasoningEngine|null |
hasReasoningEngine
clearReasoningEngine
setReasoningEngine
Required. The ReasoningEngine which replaces the resource on the server.
Parameter | |
---|---|
Name | Description |
var |
ReasoningEngine
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Optional. Mask specifying which fields to update.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Mask specifying which fields to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
reasoningEngine |
ReasoningEngine
Required. The ReasoningEngine which replaces the resource on the server. |
updateMask |
Google\Protobuf\FieldMask
Optional. Mask specifying which fields to update. |
Returns | |
---|---|
Type | Description |
UpdateReasoningEngineRequest |