GoogleCloudAiplatformV1NasJob constructor

GoogleCloudAiplatformV1NasJob({
  1. String? createTime,
  2. String? displayName,
  3. bool? enableRestrictedImageTraining,
  4. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  5. String? endTime,
  6. GoogleRpcStatus? error,
  7. Map<String, String>? labels,
  8. String? name,
  9. GoogleCloudAiplatformV1NasJobOutput? nasJobOutput,
  10. GoogleCloudAiplatformV1NasJobSpec? nasJobSpec,
  11. String? startTime,
  12. String? state,
  13. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1NasJob({
  this.createTime,
  this.displayName,
  this.enableRestrictedImageTraining,
  this.encryptionSpec,
  this.endTime,
  this.error,
  this.labels,
  this.name,
  this.nasJobOutput,
  this.nasJobSpec,
  this.startTime,
  this.state,
  this.updateTime,
});