GoogleCloudAiplatformV1CacheConfig constructor

GoogleCloudAiplatformV1CacheConfig({
  1. bool? disableCache,
  2. String? name,
})

Implementation

GoogleCloudAiplatformV1CacheConfig({
  this.disableCache,
  this.name,
});