GoogleCloudMlV1TrainingInput constructor

GoogleCloudMlV1TrainingInput({
  1. List<String>? args,
  2. bool? enableWebAccess,
  3. GoogleCloudMlV1EncryptionConfig? encryptionConfig,
  4. GoogleCloudMlV1ReplicaConfig? evaluatorConfig,
  5. String? evaluatorCount,
  6. String? evaluatorType,
  7. GoogleCloudMlV1HyperparameterSpec? hyperparameters,
  8. String? jobDir,
  9. GoogleCloudMlV1ReplicaConfig? masterConfig,
  10. String? masterType,
  11. String? network,
  12. List<String>? packageUris,
  13. GoogleCloudMlV1ReplicaConfig? parameterServerConfig,
  14. String? parameterServerCount,
  15. String? parameterServerType,
  16. String? pythonModule,
  17. String? pythonVersion,
  18. String? region,
  19. String? runtimeVersion,
  20. String? scaleTier,
  21. GoogleCloudMlV1Scheduling? scheduling,
  22. String? serviceAccount,
  23. bool? useChiefInTfConfig,
  24. GoogleCloudMlV1ReplicaConfig? workerConfig,
  25. String? workerCount,
  26. String? workerType,
})

Implementation

GoogleCloudMlV1TrainingInput({
  this.args,
  this.enableWebAccess,
  this.encryptionConfig,
  this.evaluatorConfig,
  this.evaluatorCount,
  this.evaluatorType,
  this.hyperparameters,
  this.jobDir,
  this.masterConfig,
  this.masterType,
  this.network,
  this.packageUris,
  this.parameterServerConfig,
  this.parameterServerCount,
  this.parameterServerType,
  this.pythonModule,
  this.pythonVersion,
  this.region,
  this.runtimeVersion,
  this.scaleTier,
  this.scheduling,
  this.serviceAccount,
  this.useChiefInTfConfig,
  this.workerConfig,
  this.workerCount,
  this.workerType,
});