DescribeAutoMLJobResponse constructor

DescribeAutoMLJobResponse({
  1. required String autoMLJobArn,
  2. required String autoMLJobName,
  3. required AutoMLJobSecondaryStatus autoMLJobSecondaryStatus,
  4. required AutoMLJobStatus autoMLJobStatus,
  5. required DateTime creationTime,
  6. required List<AutoMLChannel> inputDataConfig,
  7. required DateTime lastModifiedTime,
  8. required AutoMLOutputDataConfig outputDataConfig,
  9. required String roleArn,
  10. AutoMLJobArtifacts? autoMLJobArtifacts,
  11. AutoMLJobConfig? autoMLJobConfig,
  12. AutoMLJobObjective? autoMLJobObjective,
  13. AutoMLCandidate? bestCandidate,
  14. DateTime? endTime,
  15. String? failureReason,
  16. bool? generateCandidateDefinitionsOnly,
  17. ProblemType? problemType,
  18. ResolvedAttributes? resolvedAttributes,
})

Implementation

DescribeAutoMLJobResponse({
  required this.autoMLJobArn,
  required this.autoMLJobName,
  required this.autoMLJobSecondaryStatus,
  required this.autoMLJobStatus,
  required this.creationTime,
  required this.inputDataConfig,
  required this.lastModifiedTime,
  required this.outputDataConfig,
  required this.roleArn,
  this.autoMLJobArtifacts,
  this.autoMLJobConfig,
  this.autoMLJobObjective,
  this.bestCandidate,
  this.endTime,
  this.failureReason,
  this.generateCandidateDefinitionsOnly,
  this.problemType,
  this.resolvedAttributes,
});