GoogleCloudAiplatformV1UploadModelRequest constructor
GoogleCloudAiplatformV1UploadModelRequest({
- GoogleCloudAiplatformV1Model? model,
- String? modelId,
- String? parentModel,
- String? serviceAccount,
Implementation
GoogleCloudAiplatformV1UploadModelRequest({
this.model,
this.modelId,
this.parentModel,
this.serviceAccount,
});