DescribeTransformJobResponse constructor

DescribeTransformJobResponse({
  1. required DateTime creationTime,
  2. required String modelName,
  3. required TransformInput transformInput,
  4. required String transformJobArn,
  5. required String transformJobName,
  6. required TransformJobStatus transformJobStatus,
  7. required TransformResources transformResources,
  8. String? autoMLJobArn,
  9. BatchStrategy? batchStrategy,
  10. DataProcessing? dataProcessing,
  11. Map<String, String>? environment,
  12. ExperimentConfig? experimentConfig,
  13. String? failureReason,
  14. String? labelingJobArn,
  15. int? maxConcurrentTransforms,
  16. int? maxPayloadInMB,
  17. ModelClientConfig? modelClientConfig,
  18. DateTime? transformEndTime,
  19. TransformOutput? transformOutput,
  20. DateTime? transformStartTime,
})

Implementation

DescribeTransformJobResponse({
  required this.creationTime,
  required this.modelName,
  required this.transformInput,
  required this.transformJobArn,
  required this.transformJobName,
  required this.transformJobStatus,
  required this.transformResources,
  this.autoMLJobArn,
  this.batchStrategy,
  this.dataProcessing,
  this.environment,
  this.experimentConfig,
  this.failureReason,
  this.labelingJobArn,
  this.maxConcurrentTransforms,
  this.maxPayloadInMB,
  this.modelClientConfig,
  this.transformEndTime,
  this.transformOutput,
  this.transformStartTime,
});