MLTransform constructor

MLTransform({
  1. DateTime? createdOn,
  2. String? description,
  3. EvaluationMetrics? evaluationMetrics,
  4. String? glueVersion,
  5. List<GlueTable>? inputRecordTables,
  6. int? labelCount,
  7. DateTime? lastModifiedOn,
  8. double? maxCapacity,
  9. int? maxRetries,
  10. String? name,
  11. int? numberOfWorkers,
  12. TransformParameters? parameters,
  13. String? role,
  14. List<SchemaColumn>? schema,
  15. TransformStatusType? status,
  16. int? timeout,
  17. TransformEncryption? transformEncryption,
  18. String? transformId,
  19. WorkerType? workerType,
})

Implementation

MLTransform({
  this.createdOn,
  this.description,
  this.evaluationMetrics,
  this.glueVersion,
  this.inputRecordTables,
  this.labelCount,
  this.lastModifiedOn,
  this.maxCapacity,
  this.maxRetries,
  this.name,
  this.numberOfWorkers,
  this.parameters,
  this.role,
  this.schema,
  this.status,
  this.timeout,
  this.transformEncryption,
  this.transformId,
  this.workerType,
});