GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecValue constructor

GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecValue({
  1. double? floatValue,
  2. String? stringValue,
})

Implementation

GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecValue({
  this.floatValue,
  this.stringValue,
});