DescribeAutoMLJobResponse constructor
DescribeAutoMLJobResponse({
- required String autoMLJobArn,
- required String autoMLJobName,
- required AutoMLJobSecondaryStatus autoMLJobSecondaryStatus,
- required AutoMLJobStatus autoMLJobStatus,
- required DateTime creationTime,
- required List<
AutoMLChannel> inputDataConfig, - required DateTime lastModifiedTime,
- required AutoMLOutputDataConfig outputDataConfig,
- required String roleArn,
- AutoMLJobArtifacts? autoMLJobArtifacts,
- AutoMLJobConfig? autoMLJobConfig,
- AutoMLJobObjective? autoMLJobObjective,
- AutoMLCandidate? bestCandidate,
- DateTime? endTime,
- String? failureReason,
- bool? generateCandidateDefinitionsOnly,
- ProblemType? problemType,
- 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,
});