Cloud AI Platform v1 API - Class CreateDatasetVersionRequest (3.1.0)

public sealed class CreateDatasetVersionRequest : IMessage<CreateDatasetVersionRequest>, IEquatable<CreateDatasetVersionRequest>, IDeepCloneable<CreateDatasetVersionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class CreateDatasetVersionRequest.

Request message for [DatasetService.CreateDatasetVersion][google.cloud.aiplatform.v1.DatasetService.CreateDatasetVersion].

Inheritance

object > CreateDatasetVersionRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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