Class CreateDatasetVersionRequest (1.48.0)

CreateDatasetVersionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for DatasetService.CreateDatasetVersion.

Attributes

NameDescription
parent str
Required. The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}
dataset_version google.cloud.aiplatform_v1beta1.types.DatasetVersion
Required. The version to be created. The same CMEK policies with the original Dataset will be applied the dataset version. So here we don't need to specify the EncryptionSpecType here.

Methods

CreateDatasetVersionRequest

CreateDatasetVersionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for DatasetService.CreateDatasetVersion.