GoogleCloudAiplatformV1TrainingPipeline constructor

GoogleCloudAiplatformV1TrainingPipeline({
  1. String? createTime,
  2. String? displayName,
  3. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  4. String? endTime,
  5. GoogleRpcStatus? error,
  6. GoogleCloudAiplatformV1InputDataConfig? inputDataConfig,
  7. Map<String, String>? labels,
  8. String? modelId,
  9. GoogleCloudAiplatformV1Model? modelToUpload,
  10. String? name,
  11. String? parentModel,
  12. String? startTime,
  13. String? state,
  14. String? trainingTaskDefinition,
  15. Object? trainingTaskInputs,
  16. Object? trainingTaskMetadata,
  17. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1TrainingPipeline({
  this.createTime,
  this.displayName,
  this.encryptionSpec,
  this.endTime,
  this.error,
  this.inputDataConfig,
  this.labels,
  this.modelId,
  this.modelToUpload,
  this.name,
  this.parentModel,
  this.startTime,
  this.state,
  this.trainingTaskDefinition,
  this.trainingTaskInputs,
  this.trainingTaskMetadata,
  this.updateTime,
});