GoogleCloudAiplatformV1CopyModelRequest constructor
GoogleCloudAiplatformV1CopyModelRequest({
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? modelId,
- String? parentModel,
- String? sourceModel,
Implementation
GoogleCloudAiplatformV1CopyModelRequest({
this.encryptionSpec,
this.modelId,
this.parentModel,
this.sourceModel,
});