GoogleCloudAiplatformV1CopyModelRequest constructor

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

Implementation

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