GoogleCloudAiplatformV1PipelineJob constructor

GoogleCloudAiplatformV1PipelineJob({
  1. String? createTime,
  2. String? displayName,
  3. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  4. String? endTime,
  5. GoogleRpcStatus? error,
  6. GoogleCloudAiplatformV1PipelineJobDetail? jobDetail,
  7. Map<String, String>? labels,
  8. String? name,
  9. String? network,
  10. Map<String, Object?>? pipelineSpec,
  11. List<String>? reservedIpRanges,
  12. GoogleCloudAiplatformV1PipelineJobRuntimeConfig? runtimeConfig,
  13. String? scheduleName,
  14. String? serviceAccount,
  15. String? startTime,
  16. String? state,
  17. GoogleCloudAiplatformV1PipelineTemplateMetadata? templateMetadata,
  18. String? templateUri,
  19. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1PipelineJob({
  this.createTime,
  this.displayName,
  this.encryptionSpec,
  this.endTime,
  this.error,
  this.jobDetail,
  this.labels,
  this.name,
  this.network,
  this.pipelineSpec,
  this.reservedIpRanges,
  this.runtimeConfig,
  this.scheduleName,
  this.serviceAccount,
  this.startTime,
  this.state,
  this.templateMetadata,
  this.templateUri,
  this.updateTime,
});