GoogleCloudAiplatformV1Trial constructor

GoogleCloudAiplatformV1Trial({
  1. String? clientId,
  2. String? customJob,
  3. String? endTime,
  4. GoogleCloudAiplatformV1Measurement? finalMeasurement,
  5. String? id,
  6. String? infeasibleReason,
  7. List<GoogleCloudAiplatformV1Measurement>? measurements,
  8. String? name,
  9. List<GoogleCloudAiplatformV1TrialParameter>? parameters,
  10. String? startTime,
  11. String? state,
  12. Map<String, String>? webAccessUris,
})

Implementation

GoogleCloudAiplatformV1Trial({
  this.clientId,
  this.customJob,
  this.endTime,
  this.finalMeasurement,
  this.id,
  this.infeasibleReason,
  this.measurements,
  this.name,
  this.parameters,
  this.startTime,
  this.state,
  this.webAccessUris,
});