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 Trial = Trial' {
- creationTime :: Maybe POSIX
- metadataProperties :: Maybe MetadataProperties
- trialComponentSummaries :: Maybe [TrialComponentSimpleSummary]
- trialArn :: Maybe Text
- createdBy :: Maybe UserContext
- lastModifiedTime :: Maybe POSIX
- experimentName :: Maybe Text
- source :: Maybe TrialSource
- displayName :: Maybe Text
- trialName :: Maybe Text
- lastModifiedBy :: Maybe UserContext
- tags :: Maybe [Tag]
- newTrial :: Trial
- trial_creationTime :: Lens' Trial (Maybe UTCTime)
- trial_metadataProperties :: Lens' Trial (Maybe MetadataProperties)
- trial_trialComponentSummaries :: Lens' Trial (Maybe [TrialComponentSimpleSummary])
- trial_trialArn :: Lens' Trial (Maybe Text)
- trial_createdBy :: Lens' Trial (Maybe UserContext)
- trial_lastModifiedTime :: Lens' Trial (Maybe UTCTime)
- trial_experimentName :: Lens' Trial (Maybe Text)
- trial_source :: Lens' Trial (Maybe TrialSource)
- trial_displayName :: Lens' Trial (Maybe Text)
- trial_trialName :: Lens' Trial (Maybe Text)
- trial_lastModifiedBy :: Lens' Trial (Maybe UserContext)
- trial_tags :: Lens' Trial (Maybe [Tag])
Documentation
The properties of a trial as returned by the Search API.
See: newTrial
smart constructor.
Trial' | |
|
Instances
Create a value of Trial
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:Trial'
, trial_creationTime
- When the trial was created.
$sel:metadataProperties:Trial'
, trial_metadataProperties
- Undocumented member.
$sel:trialComponentSummaries:Trial'
, trial_trialComponentSummaries
- A list of the components associated with the trial. For each component,
a summary of the component's properties is included.
$sel:trialArn:Trial'
, trial_trialArn
- The Amazon Resource Name (ARN) of the trial.
$sel:createdBy:Trial'
, trial_createdBy
- Who created the trial.
$sel:lastModifiedTime:Trial'
, trial_lastModifiedTime
- Who last modified the trial.
$sel:experimentName:Trial'
, trial_experimentName
- The name of the experiment the trial is part of.
$sel:source:Trial'
, trial_source
- Undocumented member.
$sel:displayName:Trial'
, trial_displayName
- The name of the trial as displayed. If DisplayName
isn't specified,
TrialName
is displayed.
$sel:trialName:Trial'
, trial_trialName
- The name of the trial.
$sel:lastModifiedBy:Trial'
, trial_lastModifiedBy
- Undocumented member.
$sel:tags:Trial'
, trial_tags
- The list of tags that are associated with the trial. You can use Search
API to search on the tags.
trial_metadataProperties :: Lens' Trial (Maybe MetadataProperties) Source #
Undocumented member.
trial_trialComponentSummaries :: Lens' Trial (Maybe [TrialComponentSimpleSummary]) Source #
A list of the components associated with the trial. For each component, a summary of the component's properties is included.
trial_createdBy :: Lens' Trial (Maybe UserContext) Source #
Who created the trial.
trial_experimentName :: Lens' Trial (Maybe Text) Source #
The name of the experiment the trial is part of.
trial_source :: Lens' Trial (Maybe TrialSource) Source #
Undocumented member.
trial_displayName :: Lens' Trial (Maybe Text) Source #
The name of the trial as displayed. If DisplayName
isn't specified,
TrialName
is displayed.
trial_lastModifiedBy :: Lens' Trial (Maybe UserContext) Source #
Undocumented member.