AutoMLCandidate class
An Autopilot job returns recommendations, or candidates. Each candidate has futher details about the steps involed, and the status.
Constructors
-
AutoMLCandidate({required String candidateName, required CandidateStatus candidateStatus, required List<
AutoMLCandidateStep> candidateSteps, required DateTime creationTime, required DateTime lastModifiedTime, required ObjectiveStatus objectiveStatus, DateTime? endTime, String? failureReason, FinalAutoMLJobObjectiveMetric? finalAutoMLJobObjectiveMetric, List<AutoMLContainerDefinition> ? inferenceContainers}) -
AutoMLCandidate.fromJson(Map<
String, dynamic> json) -
factory
Properties
- candidateName → String
-
The candidate name.
final
- candidateStatus → CandidateStatus
-
The candidate's status.
final
-
candidateSteps
→ List<
AutoMLCandidateStep> -
The candidate's steps.
final
- creationTime → DateTime
-
The creation time.
final
- endTime → DateTime?
-
The end time.
final
- failureReason → String?
-
The failure reason.
final
- finalAutoMLJobObjectiveMetric → FinalAutoMLJobObjectiveMetric?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inferenceContainers
→ List<
AutoMLContainerDefinition> ? -
The inference containers.
final
- lastModifiedTime → DateTime
-
The last modified time.
final
- objectiveStatus → ObjectiveStatus
-
The objective status.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited