| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.TrialComponent
Description
Synopsis
- data TrialComponent = TrialComponent' {
- createdBy :: Maybe UserContext
- creationTime :: Maybe POSIX
- displayName :: Maybe Text
- endTime :: Maybe POSIX
- inputArtifacts :: Maybe (HashMap Text TrialComponentArtifact)
- lastModifiedBy :: Maybe UserContext
- lastModifiedTime :: Maybe POSIX
- lineageGroupArn :: Maybe Text
- metadataProperties :: Maybe MetadataProperties
- metrics :: Maybe [TrialComponentMetricSummary]
- outputArtifacts :: Maybe (HashMap Text TrialComponentArtifact)
- parameters :: Maybe (HashMap Text TrialComponentParameterValue)
- parents :: Maybe [Parent]
- runName :: Maybe Text
- source :: Maybe TrialComponentSource
- sourceDetail :: Maybe TrialComponentSourceDetail
- startTime :: Maybe POSIX
- status :: Maybe TrialComponentStatus
- tags :: Maybe [Tag]
- trialComponentArn :: Maybe Text
- trialComponentName :: Maybe Text
- newTrialComponent :: TrialComponent
- trialComponent_createdBy :: Lens' TrialComponent (Maybe UserContext)
- trialComponent_creationTime :: Lens' TrialComponent (Maybe UTCTime)
- trialComponent_displayName :: Lens' TrialComponent (Maybe Text)
- trialComponent_endTime :: Lens' TrialComponent (Maybe UTCTime)
- trialComponent_inputArtifacts :: Lens' TrialComponent (Maybe (HashMap Text TrialComponentArtifact))
- trialComponent_lastModifiedBy :: Lens' TrialComponent (Maybe UserContext)
- trialComponent_lastModifiedTime :: Lens' TrialComponent (Maybe UTCTime)
- trialComponent_lineageGroupArn :: Lens' TrialComponent (Maybe Text)
- trialComponent_metadataProperties :: Lens' TrialComponent (Maybe MetadataProperties)
- trialComponent_metrics :: Lens' TrialComponent (Maybe [TrialComponentMetricSummary])
- trialComponent_outputArtifacts :: Lens' TrialComponent (Maybe (HashMap Text TrialComponentArtifact))
- trialComponent_parameters :: Lens' TrialComponent (Maybe (HashMap Text TrialComponentParameterValue))
- trialComponent_parents :: Lens' TrialComponent (Maybe [Parent])
- trialComponent_runName :: Lens' TrialComponent (Maybe Text)
- trialComponent_source :: Lens' TrialComponent (Maybe TrialComponentSource)
- trialComponent_sourceDetail :: Lens' TrialComponent (Maybe TrialComponentSourceDetail)
- trialComponent_startTime :: Lens' TrialComponent (Maybe UTCTime)
- trialComponent_status :: Lens' TrialComponent (Maybe TrialComponentStatus)
- trialComponent_tags :: Lens' TrialComponent (Maybe [Tag])
- trialComponent_trialComponentArn :: Lens' TrialComponent (Maybe Text)
- trialComponent_trialComponentName :: Lens' TrialComponent (Maybe Text)
Documentation
data TrialComponent Source #
The properties of a trial component as returned by the Search API.
See: newTrialComponent smart constructor.
Constructors
| TrialComponent' | |
Fields
| |
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:createdBy:TrialComponent', trialComponent_createdBy - Who created the trial component.
$sel:creationTime:TrialComponent', trialComponent_creationTime - When the component was created.
$sel:displayName:TrialComponent', trialComponent_displayName - The name of the component as displayed. If DisplayName isn't
specified, TrialComponentName is displayed.
$sel:endTime:TrialComponent', trialComponent_endTime - When the component ended.
$sel:inputArtifacts:TrialComponent', trialComponent_inputArtifacts - The input artifacts of the component.
$sel:lastModifiedBy:TrialComponent', trialComponent_lastModifiedBy - Undocumented member.
$sel:lastModifiedTime:TrialComponent', trialComponent_lastModifiedTime - When the component was last modified.
$sel:lineageGroupArn:TrialComponent', trialComponent_lineageGroupArn - The Amazon Resource Name (ARN) of the lineage group resource.
$sel:metadataProperties:TrialComponent', trialComponent_metadataProperties - Undocumented member.
$sel:metrics:TrialComponent', trialComponent_metrics - The metrics for the component.
$sel:outputArtifacts:TrialComponent', trialComponent_outputArtifacts - The output artifacts of the component.
$sel:parameters:TrialComponent', trialComponent_parameters - The hyperparameters of the component.
$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:runName:TrialComponent', trialComponent_runName - The name of the experiment run.
$sel:source:TrialComponent', trialComponent_source - The Amazon Resource Name (ARN) and job type of the source of the
component.
$sel:sourceDetail:TrialComponent', trialComponent_sourceDetail - Details of the source of the component.
$sel:startTime:TrialComponent', trialComponent_startTime - When the component started.
$sel:status:TrialComponent', trialComponent_status - Undocumented member.
$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.
$sel:trialComponentArn:TrialComponent', trialComponent_trialComponentArn - The Amazon Resource Name (ARN) of the trial component.
$sel:trialComponentName:TrialComponent', trialComponent_trialComponentName - The name of the trial component.
trialComponent_createdBy :: Lens' TrialComponent (Maybe UserContext) Source #
Who created the trial component.
trialComponent_creationTime :: Lens' TrialComponent (Maybe UTCTime) Source #
When the component was created.
trialComponent_displayName :: Lens' TrialComponent (Maybe Text) Source #
The name of the component as displayed. If DisplayName isn't
specified, TrialComponentName is displayed.
trialComponent_endTime :: Lens' TrialComponent (Maybe UTCTime) Source #
When the component ended.
trialComponent_inputArtifacts :: Lens' TrialComponent (Maybe (HashMap Text TrialComponentArtifact)) Source #
The input artifacts of the component.
trialComponent_lastModifiedBy :: Lens' TrialComponent (Maybe UserContext) Source #
Undocumented member.
trialComponent_lastModifiedTime :: Lens' TrialComponent (Maybe UTCTime) Source #
When the component was last modified.
trialComponent_lineageGroupArn :: Lens' TrialComponent (Maybe Text) Source #
The Amazon Resource Name (ARN) of the lineage group resource.
trialComponent_metadataProperties :: Lens' TrialComponent (Maybe MetadataProperties) Source #
Undocumented member.
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_parameters :: Lens' TrialComponent (Maybe (HashMap Text TrialComponentParameterValue)) Source #
The hyperparameters of the component.
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_runName :: Lens' TrialComponent (Maybe Text) Source #
The name of the experiment run.
trialComponent_source :: Lens' TrialComponent (Maybe TrialComponentSource) Source #
The Amazon Resource Name (ARN) and job type of the source of the component.
trialComponent_sourceDetail :: Lens' TrialComponent (Maybe TrialComponentSourceDetail) Source #
Details of the source of the component.
trialComponent_startTime :: Lens' TrialComponent (Maybe UTCTime) Source #
When the component started.
trialComponent_status :: Lens' TrialComponent (Maybe TrialComponentStatus) Source #
Undocumented member.
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.
trialComponent_trialComponentArn :: Lens' TrialComponent (Maybe Text) Source #
The Amazon Resource Name (ARN) of the trial component.
trialComponent_trialComponentName :: Lens' TrialComponent (Maybe Text) Source #
The name of the trial component.