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 TrialComponent = TrialComponent' {
- creationTime :: Maybe POSIX
- metadataProperties :: Maybe MetadataProperties
- status :: Maybe TrialComponentStatus
- sourceDetail :: Maybe TrialComponentSourceDetail
- metrics :: Maybe [TrialComponentMetricSummary]
- outputArtifacts :: Maybe (HashMap Text TrialComponentArtifact)
- startTime :: Maybe POSIX
- createdBy :: Maybe UserContext
- lastModifiedTime :: Maybe POSIX
- parents :: Maybe [Parent]
- endTime :: Maybe POSIX
- trialComponentName :: Maybe Text
- parameters :: Maybe (HashMap Text TrialComponentParameterValue)
- source :: Maybe TrialComponentSource
- displayName :: Maybe Text
- lastModifiedBy :: Maybe UserContext
- trialComponentArn :: Maybe Text
- inputArtifacts :: Maybe (HashMap Text TrialComponentArtifact)
- tags :: Maybe [Tag]
- newTrialComponent :: TrialComponent
- trialComponent_creationTime :: Lens' TrialComponent (Maybe UTCTime)
- trialComponent_metadataProperties :: Lens' TrialComponent (Maybe MetadataProperties)
- trialComponent_status :: Lens' TrialComponent (Maybe TrialComponentStatus)
- trialComponent_sourceDetail :: Lens' TrialComponent (Maybe TrialComponentSourceDetail)
- trialComponent_metrics :: Lens' TrialComponent (Maybe [TrialComponentMetricSummary])
- trialComponent_outputArtifacts :: Lens' TrialComponent (Maybe (HashMap Text TrialComponentArtifact))
- trialComponent_startTime :: Lens' TrialComponent (Maybe UTCTime)
- trialComponent_createdBy :: Lens' TrialComponent (Maybe UserContext)
- trialComponent_lastModifiedTime :: Lens' TrialComponent (Maybe UTCTime)
- trialComponent_parents :: Lens' TrialComponent (Maybe [Parent])
- trialComponent_endTime :: Lens' TrialComponent (Maybe UTCTime)
- trialComponent_trialComponentName :: Lens' TrialComponent (Maybe Text)
- trialComponent_parameters :: Lens' TrialComponent (Maybe (HashMap Text TrialComponentParameterValue))
- trialComponent_source :: Lens' TrialComponent (Maybe TrialComponentSource)
- trialComponent_displayName :: Lens' TrialComponent (Maybe Text)
- trialComponent_lastModifiedBy :: Lens' TrialComponent (Maybe UserContext)
- trialComponent_trialComponentArn :: Lens' TrialComponent (Maybe Text)
- trialComponent_inputArtifacts :: Lens' TrialComponent (Maybe (HashMap Text TrialComponentArtifact))
- trialComponent_tags :: Lens' TrialComponent (Maybe [Tag])
Documentation
data TrialComponent Source #
The properties of a trial component as returned by the Search API.
See: newTrialComponent
smart constructor.
TrialComponent' | |
|
Instances
newTrialComponent :: TrialComponent Source #
Create a value of TrialComponent
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:creationTime:TrialComponent'
, trialComponent_creationTime
- When the component was created.
$sel:metadataProperties:TrialComponent'
, trialComponent_metadataProperties
- Undocumented member.
$sel:status:TrialComponent'
, trialComponent_status
- Undocumented member.
$sel:sourceDetail:TrialComponent'
, trialComponent_sourceDetail
- Details of the source of the component.
$sel:metrics:TrialComponent'
, trialComponent_metrics
- The metrics for the component.
$sel:outputArtifacts:TrialComponent'
, trialComponent_outputArtifacts
- The output artifacts of the component.
$sel:startTime:TrialComponent'
, trialComponent_startTime
- When the component started.
$sel:createdBy:TrialComponent'
, trialComponent_createdBy
- Who created the trial component.
$sel:lastModifiedTime:TrialComponent'
, trialComponent_lastModifiedTime
- When the component was last modified.
$sel:parents:TrialComponent'
, trialComponent_parents
- An array of the parents of the component. A parent is a trial the
component is associated with and the experiment the trial is part of. A
component might not have any parents.
$sel:endTime:TrialComponent'
, trialComponent_endTime
- When the component ended.
$sel:trialComponentName:TrialComponent'
, trialComponent_trialComponentName
- The name of the trial component.
$sel:parameters:TrialComponent'
, trialComponent_parameters
- The hyperparameters of the component.
$sel:source:TrialComponent'
, trialComponent_source
- The Amazon Resource Name (ARN) and job type of the source of the
component.
$sel:displayName:TrialComponent'
, trialComponent_displayName
- The name of the component as displayed. If DisplayName
isn't
specified, TrialComponentName
is displayed.
$sel:lastModifiedBy:TrialComponent'
, trialComponent_lastModifiedBy
- Undocumented member.
$sel:trialComponentArn:TrialComponent'
, trialComponent_trialComponentArn
- The Amazon Resource Name (ARN) of the trial component.
$sel:inputArtifacts:TrialComponent'
, trialComponent_inputArtifacts
- The input artifacts of the component.
$sel:tags:TrialComponent'
, trialComponent_tags
- The list of tags that are associated with the component. You can use
Search API to search on the tags.
trialComponent_creationTime :: Lens' TrialComponent (Maybe UTCTime) Source #
When the component was created.
trialComponent_metadataProperties :: Lens' TrialComponent (Maybe MetadataProperties) Source #
Undocumented member.
trialComponent_status :: Lens' TrialComponent (Maybe TrialComponentStatus) Source #
Undocumented member.
trialComponent_sourceDetail :: Lens' TrialComponent (Maybe TrialComponentSourceDetail) Source #
Details of the source of the component.
trialComponent_metrics :: Lens' TrialComponent (Maybe [TrialComponentMetricSummary]) Source #
The metrics for the component.
trialComponent_outputArtifacts :: Lens' TrialComponent (Maybe (HashMap Text TrialComponentArtifact)) Source #
The output artifacts of the component.
trialComponent_startTime :: Lens' TrialComponent (Maybe UTCTime) Source #
When the component started.
trialComponent_createdBy :: Lens' TrialComponent (Maybe UserContext) Source #
Who created the trial component.
trialComponent_lastModifiedTime :: Lens' TrialComponent (Maybe UTCTime) Source #
When the component was last modified.
trialComponent_parents :: Lens' TrialComponent (Maybe [Parent]) Source #
An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.
trialComponent_endTime :: Lens' TrialComponent (Maybe UTCTime) Source #
When the component ended.
trialComponent_trialComponentName :: Lens' TrialComponent (Maybe Text) Source #
The name of the trial component.
trialComponent_parameters :: Lens' TrialComponent (Maybe (HashMap Text TrialComponentParameterValue)) Source #
The hyperparameters of the component.
trialComponent_source :: Lens' TrialComponent (Maybe TrialComponentSource) Source #
The Amazon Resource Name (ARN) and job type of the source of the component.
trialComponent_displayName :: Lens' TrialComponent (Maybe Text) Source #
The name of the component as displayed. If DisplayName
isn't
specified, TrialComponentName
is displayed.
trialComponent_lastModifiedBy :: Lens' TrialComponent (Maybe UserContext) Source #
Undocumented member.
trialComponent_trialComponentArn :: Lens' TrialComponent (Maybe Text) Source #
The Amazon Resource Name (ARN) of the trial component.
trialComponent_inputArtifacts :: Lens' TrialComponent (Maybe (HashMap Text TrialComponentArtifact)) Source #
The input artifacts of the component.
trialComponent_tags :: Lens' TrialComponent (Maybe [Tag]) Source #
The list of tags that are associated with the component. You can use Search API to search on the tags.