GoogleCloudAiplatformV1ModelGardenSource constructor

GoogleCloudAiplatformV1ModelGardenSource({
  1. String? publicModelName,
  2. bool? skipHfModelCache,
  3. String? versionId,
})

Implementation

GoogleCloudAiplatformV1ModelGardenSource({
  this.publicModelName,
  this.skipHfModelCache,
  this.versionId,
});