| 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.DescribeTrialComponent
Description
Provides a list of a trials component's properties.
Synopsis
- data DescribeTrialComponent = DescribeTrialComponent' {}
 - newDescribeTrialComponent :: Text -> DescribeTrialComponent
 - describeTrialComponent_trialComponentName :: Lens' DescribeTrialComponent Text
 - data DescribeTrialComponentResponse = DescribeTrialComponentResponse' {
- 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)
 - source :: Maybe TrialComponentSource
 - sources :: Maybe [TrialComponentSource]
 - startTime :: Maybe POSIX
 - status :: Maybe TrialComponentStatus
 - trialComponentArn :: Maybe Text
 - trialComponentName :: Maybe Text
 - httpStatus :: Int
 
 - newDescribeTrialComponentResponse :: Int -> DescribeTrialComponentResponse
 - describeTrialComponentResponse_createdBy :: Lens' DescribeTrialComponentResponse (Maybe UserContext)
 - describeTrialComponentResponse_creationTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime)
 - describeTrialComponentResponse_displayName :: Lens' DescribeTrialComponentResponse (Maybe Text)
 - describeTrialComponentResponse_endTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime)
 - describeTrialComponentResponse_inputArtifacts :: Lens' DescribeTrialComponentResponse (Maybe (HashMap Text TrialComponentArtifact))
 - describeTrialComponentResponse_lastModifiedBy :: Lens' DescribeTrialComponentResponse (Maybe UserContext)
 - describeTrialComponentResponse_lastModifiedTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime)
 - describeTrialComponentResponse_lineageGroupArn :: Lens' DescribeTrialComponentResponse (Maybe Text)
 - describeTrialComponentResponse_metadataProperties :: Lens' DescribeTrialComponentResponse (Maybe MetadataProperties)
 - describeTrialComponentResponse_metrics :: Lens' DescribeTrialComponentResponse (Maybe [TrialComponentMetricSummary])
 - describeTrialComponentResponse_outputArtifacts :: Lens' DescribeTrialComponentResponse (Maybe (HashMap Text TrialComponentArtifact))
 - describeTrialComponentResponse_parameters :: Lens' DescribeTrialComponentResponse (Maybe (HashMap Text TrialComponentParameterValue))
 - describeTrialComponentResponse_source :: Lens' DescribeTrialComponentResponse (Maybe TrialComponentSource)
 - describeTrialComponentResponse_sources :: Lens' DescribeTrialComponentResponse (Maybe [TrialComponentSource])
 - describeTrialComponentResponse_startTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime)
 - describeTrialComponentResponse_status :: Lens' DescribeTrialComponentResponse (Maybe TrialComponentStatus)
 - describeTrialComponentResponse_trialComponentArn :: Lens' DescribeTrialComponentResponse (Maybe Text)
 - describeTrialComponentResponse_trialComponentName :: Lens' DescribeTrialComponentResponse (Maybe Text)
 - describeTrialComponentResponse_httpStatus :: Lens' DescribeTrialComponentResponse Int
 
Creating a Request
data DescribeTrialComponent Source #
See: newDescribeTrialComponent smart constructor.
Constructors
| DescribeTrialComponent' | |
Fields 
  | |
Instances
newDescribeTrialComponent Source #
Arguments
| :: Text | |
| -> DescribeTrialComponent | 
Create a value of DescribeTrialComponent 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:
DescribeTrialComponent, describeTrialComponent_trialComponentName - The name of the trial component to describe.
Request Lenses
describeTrialComponent_trialComponentName :: Lens' DescribeTrialComponent Text Source #
The name of the trial component to describe.
Destructuring the Response
data DescribeTrialComponentResponse Source #
See: newDescribeTrialComponentResponse smart constructor.
Constructors
| DescribeTrialComponentResponse' | |
Fields 
  | |
Instances
newDescribeTrialComponentResponse Source #
Create a value of DescribeTrialComponentResponse 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:
DescribeTrialComponentResponse, describeTrialComponentResponse_createdBy - Who created the trial component.
DescribeTrialComponentResponse, describeTrialComponentResponse_creationTime - When the component was created.
DescribeTrialComponentResponse, describeTrialComponentResponse_displayName - The name of the component as displayed. If DisplayName isn't
 specified, TrialComponentName is displayed.
DescribeTrialComponentResponse, describeTrialComponentResponse_endTime - When the component ended.
DescribeTrialComponentResponse, describeTrialComponentResponse_inputArtifacts - The input artifacts of the component.
DescribeTrialComponentResponse, describeTrialComponentResponse_lastModifiedBy - Who last modified the component.
DescribeTrialComponentResponse, describeTrialComponentResponse_lastModifiedTime - When the component was last modified.
DescribeTrialComponentResponse, describeTrialComponentResponse_lineageGroupArn - The Amazon Resource Name (ARN) of the lineage group.
DescribeTrialComponentResponse, describeTrialComponentResponse_metadataProperties - Undocumented member.
DescribeTrialComponentResponse, describeTrialComponentResponse_metrics - The metrics for the component.
DescribeTrialComponentResponse, describeTrialComponentResponse_outputArtifacts - The output artifacts of the component.
DescribeTrialComponentResponse, describeTrialComponentResponse_parameters - The hyperparameters of the component.
DescribeTrialComponentResponse, describeTrialComponentResponse_source - The Amazon Resource Name (ARN) of the source and, optionally, the job
 type.
$sel:sources:DescribeTrialComponentResponse', describeTrialComponentResponse_sources - A list of ARNs and, if applicable, job types for multiple sources of an
 experiment run.
DescribeTrialComponentResponse, describeTrialComponentResponse_startTime - When the component started.
DescribeTrialComponentResponse, describeTrialComponentResponse_status - The status of the component. States include:
- InProgress
 - Completed
 - Failed
 
DescribeTrialComponentResponse, describeTrialComponentResponse_trialComponentArn - The Amazon Resource Name (ARN) of the trial component.
DescribeTrialComponent, describeTrialComponentResponse_trialComponentName - The name of the trial component.
$sel:httpStatus:DescribeTrialComponentResponse', describeTrialComponentResponse_httpStatus - The response's http status code.
Response Lenses
describeTrialComponentResponse_createdBy :: Lens' DescribeTrialComponentResponse (Maybe UserContext) Source #
Who created the trial component.
describeTrialComponentResponse_creationTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime) Source #
When the component was created.
describeTrialComponentResponse_displayName :: Lens' DescribeTrialComponentResponse (Maybe Text) Source #
The name of the component as displayed. If DisplayName isn't
 specified, TrialComponentName is displayed.
describeTrialComponentResponse_endTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime) Source #
When the component ended.
describeTrialComponentResponse_inputArtifacts :: Lens' DescribeTrialComponentResponse (Maybe (HashMap Text TrialComponentArtifact)) Source #
The input artifacts of the component.
describeTrialComponentResponse_lastModifiedBy :: Lens' DescribeTrialComponentResponse (Maybe UserContext) Source #
Who last modified the component.
describeTrialComponentResponse_lastModifiedTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime) Source #
When the component was last modified.
describeTrialComponentResponse_lineageGroupArn :: Lens' DescribeTrialComponentResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the lineage group.
describeTrialComponentResponse_metadataProperties :: Lens' DescribeTrialComponentResponse (Maybe MetadataProperties) Source #
Undocumented member.
describeTrialComponentResponse_metrics :: Lens' DescribeTrialComponentResponse (Maybe [TrialComponentMetricSummary]) Source #
The metrics for the component.
describeTrialComponentResponse_outputArtifacts :: Lens' DescribeTrialComponentResponse (Maybe (HashMap Text TrialComponentArtifact)) Source #
The output artifacts of the component.
describeTrialComponentResponse_parameters :: Lens' DescribeTrialComponentResponse (Maybe (HashMap Text TrialComponentParameterValue)) Source #
The hyperparameters of the component.
describeTrialComponentResponse_source :: Lens' DescribeTrialComponentResponse (Maybe TrialComponentSource) Source #
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
describeTrialComponentResponse_sources :: Lens' DescribeTrialComponentResponse (Maybe [TrialComponentSource]) Source #
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
describeTrialComponentResponse_startTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime) Source #
When the component started.
describeTrialComponentResponse_status :: Lens' DescribeTrialComponentResponse (Maybe TrialComponentStatus) Source #
The status of the component. States include:
- InProgress
 - Completed
 - Failed
 
describeTrialComponentResponse_trialComponentArn :: Lens' DescribeTrialComponentResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the trial component.
describeTrialComponentResponse_trialComponentName :: Lens' DescribeTrialComponentResponse (Maybe Text) Source #
The name of the trial component.
describeTrialComponentResponse_httpStatus :: Lens' DescribeTrialComponentResponse Int Source #
The response's http status code.