GoogleCloudMlV1Trial constructor
GoogleCloudMlV1Trial({
- String? clientId,
- String? endTime,
- GoogleCloudMlV1Measurement? finalMeasurement,
- String? infeasibleReason,
- List<
GoogleCloudMlV1Measurement> ? measurements, - String? name,
- List<
GoogleCloudMlV1TrialParameter> ? parameters, - String? startTime,
- String? state,
- bool? trialInfeasible,
Implementation
GoogleCloudMlV1Trial({
this.clientId,
this.endTime,
this.finalMeasurement,
this.infeasibleReason,
this.measurements,
this.name,
this.parameters,
this.startTime,
this.state,
this.trialInfeasible,
});