GoogleCloudMlV1CompleteTrialRequest constructor
GoogleCloudMlV1CompleteTrialRequest({
- GoogleCloudMlV1Measurement? finalMeasurement,
- String? infeasibleReason,
- bool? trialInfeasible,
Implementation
GoogleCloudMlV1CompleteTrialRequest({
this.finalMeasurement,
this.infeasibleReason,
this.trialInfeasible,
});