GoogleCloudMlV1Trial constructor

GoogleCloudMlV1Trial({
  1. String? clientId,
  2. String? endTime,
  3. GoogleCloudMlV1Measurement? finalMeasurement,
  4. String? infeasibleReason,
  5. List<GoogleCloudMlV1Measurement>? measurements,
  6. String? name,
  7. List<GoogleCloudMlV1TrialParameter>? parameters,
  8. String? startTime,
  9. String? state,
  10. bool? trialInfeasible,
})

Implementation

GoogleCloudMlV1Trial({
  this.clientId,
  this.endTime,
  this.finalMeasurement,
  this.infeasibleReason,
  this.measurements,
  this.name,
  this.parameters,
  this.startTime,
  this.state,
  this.trialInfeasible,
});