Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AutoMLCandidate = AutoMLCandidate' {
- failureReason :: Maybe Text
- inferenceContainers :: Maybe [AutoMLContainerDefinition]
- candidateProperties :: Maybe CandidateProperties
- endTime :: Maybe POSIX
- finalAutoMLJobObjectiveMetric :: Maybe FinalAutoMLJobObjectiveMetric
- candidateName :: Text
- objectiveStatus :: ObjectiveStatus
- candidateSteps :: [AutoMLCandidateStep]
- candidateStatus :: CandidateStatus
- creationTime :: POSIX
- lastModifiedTime :: POSIX
- newAutoMLCandidate :: Text -> ObjectiveStatus -> CandidateStatus -> UTCTime -> UTCTime -> AutoMLCandidate
- autoMLCandidate_failureReason :: Lens' AutoMLCandidate (Maybe Text)
- autoMLCandidate_inferenceContainers :: Lens' AutoMLCandidate (Maybe [AutoMLContainerDefinition])
- autoMLCandidate_candidateProperties :: Lens' AutoMLCandidate (Maybe CandidateProperties)
- autoMLCandidate_endTime :: Lens' AutoMLCandidate (Maybe UTCTime)
- autoMLCandidate_finalAutoMLJobObjectiveMetric :: Lens' AutoMLCandidate (Maybe FinalAutoMLJobObjectiveMetric)
- autoMLCandidate_candidateName :: Lens' AutoMLCandidate Text
- autoMLCandidate_objectiveStatus :: Lens' AutoMLCandidate ObjectiveStatus
- autoMLCandidate_candidateSteps :: Lens' AutoMLCandidate [AutoMLCandidateStep]
- autoMLCandidate_candidateStatus :: Lens' AutoMLCandidate CandidateStatus
- autoMLCandidate_creationTime :: Lens' AutoMLCandidate UTCTime
- autoMLCandidate_lastModifiedTime :: Lens' AutoMLCandidate UTCTime
Documentation
data AutoMLCandidate Source #
Information about a candidate produced by an AutoML training job, including its status, steps, and other properties.
See: newAutoMLCandidate
smart constructor.
AutoMLCandidate' | |
|
Instances
:: Text | |
-> ObjectiveStatus | |
-> CandidateStatus | |
-> UTCTime | |
-> UTCTime | |
-> AutoMLCandidate |
Create a value of AutoMLCandidate
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:failureReason:AutoMLCandidate'
, autoMLCandidate_failureReason
- The failure reason.
$sel:inferenceContainers:AutoMLCandidate'
, autoMLCandidate_inferenceContainers
- Information about the inference container definitions.
$sel:candidateProperties:AutoMLCandidate'
, autoMLCandidate_candidateProperties
- The properties of an AutoML candidate job.
$sel:endTime:AutoMLCandidate'
, autoMLCandidate_endTime
- The end time.
$sel:finalAutoMLJobObjectiveMetric:AutoMLCandidate'
, autoMLCandidate_finalAutoMLJobObjectiveMetric
- Undocumented member.
$sel:candidateName:AutoMLCandidate'
, autoMLCandidate_candidateName
- The name of the candidate.
$sel:objectiveStatus:AutoMLCandidate'
, autoMLCandidate_objectiveStatus
- The objective's status.
$sel:candidateSteps:AutoMLCandidate'
, autoMLCandidate_candidateSteps
- Information about the candidate's steps.
$sel:candidateStatus:AutoMLCandidate'
, autoMLCandidate_candidateStatus
- The candidate's status.
$sel:creationTime:AutoMLCandidate'
, autoMLCandidate_creationTime
- The creation time.
$sel:lastModifiedTime:AutoMLCandidate'
, autoMLCandidate_lastModifiedTime
- The last modified time.
autoMLCandidate_failureReason :: Lens' AutoMLCandidate (Maybe Text) Source #
The failure reason.
autoMLCandidate_inferenceContainers :: Lens' AutoMLCandidate (Maybe [AutoMLContainerDefinition]) Source #
Information about the inference container definitions.
autoMLCandidate_candidateProperties :: Lens' AutoMLCandidate (Maybe CandidateProperties) Source #
The properties of an AutoML candidate job.
autoMLCandidate_endTime :: Lens' AutoMLCandidate (Maybe UTCTime) Source #
The end time.
autoMLCandidate_finalAutoMLJobObjectiveMetric :: Lens' AutoMLCandidate (Maybe FinalAutoMLJobObjectiveMetric) Source #
Undocumented member.
autoMLCandidate_candidateName :: Lens' AutoMLCandidate Text Source #
The name of the candidate.
autoMLCandidate_objectiveStatus :: Lens' AutoMLCandidate ObjectiveStatus Source #
The objective's status.
autoMLCandidate_candidateSteps :: Lens' AutoMLCandidate [AutoMLCandidateStep] Source #
Information about the candidate's steps.
autoMLCandidate_candidateStatus :: Lens' AutoMLCandidate CandidateStatus Source #
The candidate's status.
autoMLCandidate_creationTime :: Lens' AutoMLCandidate UTCTime Source #
The creation time.
autoMLCandidate_lastModifiedTime :: Lens' AutoMLCandidate UTCTime Source #
The last modified time.