Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CreateDatasetVersionRequest (v0.35.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::CreateDatasetVersionRequest.

Request message for DatasetService.CreateDatasetVersion.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dataset_version

def dataset_version() -> ::Google::Cloud::AIPlatform::V1::DatasetVersion
Returns
  • (::Google::Cloud::AIPlatform::V1::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.

#dataset_version=

def dataset_version=(value) -> ::Google::Cloud::AIPlatform::V1::DatasetVersion
Parameter
  • value (::Google::Cloud::AIPlatform::V1::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.
Returns
  • (::Google::Cloud::AIPlatform::V1::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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}
Returns
  • (::String) — Required. The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}