GoogleCloudAiplatformV1NasTrial constructor

GoogleCloudAiplatformV1NasTrial({
  1. String? endTime,
  2. GoogleCloudAiplatformV1Measurement? finalMeasurement,
  3. String? id,
  4. String? startTime,
  5. String? state,
})

Implementation

GoogleCloudAiplatformV1NasTrial({
  this.endTime,
  this.finalMeasurement,
  this.id,
  this.startTime,
  this.state,
});