public sealed class CreateDatasetVersionRequest : IMessage<CreateDatasetVersionRequest>, IEquatable<CreateDatasetVersionRequest>, IDeepCloneable<CreateDatasetVersionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CreateDatasetVersionRequest.
Request message for [DatasetService.CreateDatasetVersion][google.cloud.aiplatform.v1beta1.DatasetService.CreateDatasetVersion].
Implements
IMessageCreateDatasetVersionRequest, IEquatableCreateDatasetVersionRequest, IDeepCloneableCreateDatasetVersionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateDatasetVersionRequest()
public CreateDatasetVersionRequest()CreateDatasetVersionRequest(CreateDatasetVersionRequest)
public CreateDatasetVersionRequest(CreateDatasetVersionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateDatasetVersionRequest |
Properties
DatasetVersion
public DatasetVersion DatasetVersion { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
DatasetVersion |
|
Parent
public string Parent { get; set; }Required. The name of the Dataset resource.
Format:
projects/{project}/locations/{location}/datasets/{dataset}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsDatasetName
public DatasetName ParentAsDatasetName { get; set; }DatasetName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
DatasetName |
|