GoogleCloudAiplatformV1ModelSourceInfo constructor

GoogleCloudAiplatformV1ModelSourceInfo({
  1. bool? copy,
  2. String? sourceType,
})

Implementation

GoogleCloudAiplatformV1ModelSourceInfo({
  this.copy,
  this.sourceType,
});