GoogleCloudAiplatformV1HyperparameterTuningJob constructor

GoogleCloudAiplatformV1HyperparameterTuningJob({
  1. String? createTime,
  2. String? displayName,
  3. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  4. String? endTime,
  5. GoogleRpcStatus? error,
  6. Map<String, String>? labels,
  7. int? maxFailedTrialCount,
  8. int? maxTrialCount,
  9. String? name,
  10. int? parallelTrialCount,
  11. String? startTime,
  12. String? state,
  13. GoogleCloudAiplatformV1StudySpec? studySpec,
  14. GoogleCloudAiplatformV1CustomJobSpec? trialJobSpec,
  15. List<GoogleCloudAiplatformV1Trial>? trials,
  16. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1HyperparameterTuningJob({
  this.createTime,
  this.displayName,
  this.encryptionSpec,
  this.endTime,
  this.error,
  this.labels,
  this.maxFailedTrialCount,
  this.maxTrialCount,
  this.name,
  this.parallelTrialCount,
  this.startTime,
  this.state,
  this.studySpec,
  this.trialJobSpec,
  this.trials,
  this.updateTime,
});