GoogleCloudAiplatformV1RayMetricSpec constructor

GoogleCloudAiplatformV1RayMetricSpec({
  1. bool? disabled,
  2. bool? enableUsageStatsCollection,
})

Implementation

GoogleCloudAiplatformV1RayMetricSpec({
  this.disabled,
  this.enableUsageStatsCollection,
});