GoogleCloudAiplatformV1TuningJob constructor

GoogleCloudAiplatformV1TuningJob({
  1. String? baseModel,
  2. String? createTime,
  3. String? description,
  4. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  5. String? endTime,
  6. GoogleRpcStatus? error,
  7. String? experiment,
  8. Map<String, String>? labels,
  9. String? name,
  10. String? startTime,
  11. String? state,
  12. GoogleCloudAiplatformV1SupervisedTuningSpec? supervisedTuningSpec,
  13. GoogleCloudAiplatformV1TunedModel? tunedModel,
  14. String? tunedModelDisplayName,
  15. GoogleCloudAiplatformV1TuningDataStats? tuningDataStats,
  16. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1TuningJob({
  this.baseModel,
  this.createTime,
  this.description,
  this.encryptionSpec,
  this.endTime,
  this.error,
  this.experiment,
  this.labels,
  this.name,
  this.startTime,
  this.state,
  this.supervisedTuningSpec,
  this.tunedModel,
  this.tunedModelDisplayName,
  this.tuningDataStats,
  this.updateTime,
});