Google Cloud Ai Platform V1 Client - Class UpdateDatasetRequest (0.10.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

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

Generated from protobuf field .google.cloud.aiplatform.v1.Dataset dataset = 1 [(.google.api.field_behavior) = REQUIRED];

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

hasDataset

clearDataset

setDataset

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

Generated from protobuf field .google.cloud.aiplatform.v1.Dataset dataset = 1 [(.google.api.field_behavior) = REQUIRED];

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

Generated from protobuf field .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

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

Generated from protobuf field .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this