GoogleCloudAiplatformV1GroundednessInput constructor

GoogleCloudAiplatformV1GroundednessInput({
  1. GoogleCloudAiplatformV1GroundednessInstance? instance,
  2. GoogleCloudAiplatformV1GroundednessSpec? metricSpec,
})

Implementation

GoogleCloudAiplatformV1GroundednessInput({
  this.instance,
  this.metricSpec,
});