Interface CreateDatasetVersionRequestOrBuilder (3.42.0)

public interface CreateDatasetVersionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatasetVersion()

public abstract DatasetVersion getDatasetVersion()

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.

.google.cloud.aiplatform.v1beta1.DatasetVersion dataset_version = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DatasetVersion

The datasetVersion.

getDatasetVersionOrBuilder()

public abstract DatasetVersionOrBuilder getDatasetVersionOrBuilder()

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.

.google.cloud.aiplatform.v1beta1.DatasetVersion dataset_version = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DatasetVersionOrBuilder

getParent()

public abstract String getParent()

Required. The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasDatasetVersion()

public abstract boolean hasDatasetVersion()

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.

.google.cloud.aiplatform.v1beta1.DatasetVersion dataset_version = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the datasetVersion field is set.