GoogleCloudAiplatformV1CopyModelRequest constructor

GoogleCloudAiplatformV1CopyModelRequest({
  1. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  2. String? modelId,
  3. String? parentModel,
  4. String? sourceModel,
})

Implementation

GoogleCloudAiplatformV1CopyModelRequest({
  this.encryptionSpec,
  this.modelId,
  this.parentModel,
  this.sourceModel,
});