Class: Google::Cloud::AIPlatform::V1::CreateDatasetVersionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/dataset_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_version::Google::Cloud::AIPlatform::V1::DatasetVersion

Returns 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.



260
261
262
263
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 260

class CreateDatasetVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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}



260
261
262
263
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 260

class CreateDatasetVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end