Google Cloud Ai Platform V1 Client - Class UpdateDatasetRequest (0.16.0)

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

Methods

build

Parameters
NameDescription
dataset Google\Cloud\AIPlatform\V1\Dataset

Required. The Dataset which replaces the resource on the server.

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
Returns
TypeDescription
Google\Cloud\AIPlatform\V1\UpdateDatasetRequest

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ dataset Google\Cloud\AIPlatform\V1\Dataset

Required. The Dataset which replaces the resource on the server.

↳ 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.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\Dataset|null

hasDataset

clearDataset

setDataset

Required. The Dataset which replaces the resource on the server.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\Dataset
Returns
TypeDescription
$this

getUpdateMask

Required. The update mask applies to the resource.

For the FieldMask definition, see google.protobuf.FieldMask. Updatable fields:

  • display_name
  • description
  • labels
Returns
TypeDescription
Google\Protobuf\FieldMask|null

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
Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this