GoogleCloudAiplatformV1UploadModelRequest constructor

GoogleCloudAiplatformV1UploadModelRequest({
  1. GoogleCloudAiplatformV1Model? model,
  2. String? modelId,
  3. String? parentModel,
  4. String? serviceAccount,
})

Implementation

GoogleCloudAiplatformV1UploadModelRequest({
  this.model,
  this.modelId,
  this.parentModel,
  this.serviceAccount,
});