GoogleCloudAiplatformV1CustomJob constructor

GoogleCloudAiplatformV1CustomJob({
  1. String? createTime,
  2. String? displayName,
  3. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  4. String? endTime,
  5. GoogleRpcStatus? error,
  6. GoogleCloudAiplatformV1CustomJobSpec? jobSpec,
  7. Map<String, String>? labels,
  8. String? name,
  9. String? startTime,
  10. String? state,
  11. String? updateTime,
  12. Map<String, String>? webAccessUris,
})

Implementation

GoogleCloudAiplatformV1CustomJob({
  this.createTime,
  this.displayName,
  this.encryptionSpec,
  this.endTime,
  this.error,
  this.jobSpec,
  this.labels,
  this.name,
  this.startTime,
  this.state,
  this.updateTime,
  this.webAccessUris,
});