GoogleCloudMlV1CompleteTrialRequest constructor

GoogleCloudMlV1CompleteTrialRequest({
  1. GoogleCloudMlV1Measurement? finalMeasurement,
  2. String? infeasibleReason,
  3. bool? trialInfeasible,
})

Implementation

GoogleCloudMlV1CompleteTrialRequest({
  this.finalMeasurement,
  this.infeasibleReason,
  this.trialInfeasible,
});