Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class UpdateDatasetRequest.
Request message for DatasetService.UpdateDataset .
Generated from protobuf message google.cloud.aiplatform.v1.UpdateDatasetRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ dataset
↳ update_mask
Google\Protobuf\FieldMask
Required. The update mask applies to the resource. For the FieldMask
definition, see google.protobuf.FieldMask
. Updatable fields: * * display_name
* * description
* * labels
getDataset
Required. The Dataset which replaces the resource on the server.
hasDataset
clearDataset
setDataset
Required. The Dataset which replaces the resource on the server.
$this
getUpdateMask
Required. The update mask applies to the resource.
For the FieldMask
definition, see google.protobuf.FieldMask
. Updatable fields:
-
display_name -
description -
labels
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The update mask applies to the resource.
For the FieldMask
definition, see google.protobuf.FieldMask
. Updatable fields:
-
display_name -
description -
labels
$this
static::build
dataset
updateMask
Google\Protobuf\FieldMask
Required. The update mask applies to the resource.
For the FieldMask
definition, see google.protobuf.FieldMask
. Updatable fields:
-
-
display_name
-
-
-
description
-
-
-
labels
-

