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 |
Provides a list of a trials component's properties.
Synopsis
- data DescribeTrialComponent = DescribeTrialComponent' {}
- newDescribeTrialComponent :: Text -> DescribeTrialComponent
- describeTrialComponent_trialComponentName :: Lens' DescribeTrialComponent Text
- data DescribeTrialComponentResponse = DescribeTrialComponentResponse' {
- creationTime :: Maybe POSIX
- metadataProperties :: Maybe MetadataProperties
- status :: Maybe TrialComponentStatus
- metrics :: Maybe [TrialComponentMetricSummary]
- outputArtifacts :: Maybe (HashMap Text TrialComponentArtifact)
- startTime :: Maybe POSIX
- createdBy :: Maybe UserContext
- lastModifiedTime :: Maybe POSIX
- 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)
- httpStatus :: Int
- newDescribeTrialComponentResponse :: Int -> DescribeTrialComponentResponse
- describeTrialComponentResponse_creationTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime)
- describeTrialComponentResponse_metadataProperties :: Lens' DescribeTrialComponentResponse (Maybe MetadataProperties)
- describeTrialComponentResponse_status :: Lens' DescribeTrialComponentResponse (Maybe TrialComponentStatus)
- describeTrialComponentResponse_metrics :: Lens' DescribeTrialComponentResponse (Maybe [TrialComponentMetricSummary])
- describeTrialComponentResponse_outputArtifacts :: Lens' DescribeTrialComponentResponse (Maybe (HashMap Text TrialComponentArtifact))
- describeTrialComponentResponse_startTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime)
- describeTrialComponentResponse_createdBy :: Lens' DescribeTrialComponentResponse (Maybe UserContext)
- describeTrialComponentResponse_lastModifiedTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime)
- describeTrialComponentResponse_endTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime)
- describeTrialComponentResponse_trialComponentName :: Lens' DescribeTrialComponentResponse (Maybe Text)
- describeTrialComponentResponse_parameters :: Lens' DescribeTrialComponentResponse (Maybe (HashMap Text TrialComponentParameterValue))
- describeTrialComponentResponse_source :: Lens' DescribeTrialComponentResponse (Maybe TrialComponentSource)
- describeTrialComponentResponse_displayName :: Lens' DescribeTrialComponentResponse (Maybe Text)
- describeTrialComponentResponse_lastModifiedBy :: Lens' DescribeTrialComponentResponse (Maybe UserContext)
- describeTrialComponentResponse_trialComponentArn :: Lens' DescribeTrialComponentResponse (Maybe Text)
- describeTrialComponentResponse_inputArtifacts :: Lens' DescribeTrialComponentResponse (Maybe (HashMap Text TrialComponentArtifact))
- describeTrialComponentResponse_httpStatus :: Lens' DescribeTrialComponentResponse Int
Creating a Request
data DescribeTrialComponent Source #
See: newDescribeTrialComponent
smart constructor.
DescribeTrialComponent' | |
|
Instances
newDescribeTrialComponent Source #
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:
$sel:trialComponentName: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.
DescribeTrialComponentResponse' | |
|
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:
$sel:creationTime:DescribeTrialComponentResponse'
, describeTrialComponentResponse_creationTime
- When the component was created.
$sel:metadataProperties:DescribeTrialComponentResponse'
, describeTrialComponentResponse_metadataProperties
- Undocumented member.
$sel:status:DescribeTrialComponentResponse'
, describeTrialComponentResponse_status
- The status of the component. States include:
- InProgress
- Completed
- Failed
$sel:metrics:DescribeTrialComponentResponse'
, describeTrialComponentResponse_metrics
- The metrics for the component.
$sel:outputArtifacts:DescribeTrialComponentResponse'
, describeTrialComponentResponse_outputArtifacts
- The output artifacts of the component.
$sel:startTime:DescribeTrialComponentResponse'
, describeTrialComponentResponse_startTime
- When the component started.
$sel:createdBy:DescribeTrialComponentResponse'
, describeTrialComponentResponse_createdBy
- Who created the trial component.
$sel:lastModifiedTime:DescribeTrialComponentResponse'
, describeTrialComponentResponse_lastModifiedTime
- When the component was last modified.
$sel:endTime:DescribeTrialComponentResponse'
, describeTrialComponentResponse_endTime
- When the component ended.
$sel:trialComponentName:DescribeTrialComponent'
, describeTrialComponentResponse_trialComponentName
- The name of the trial component.
$sel:parameters:DescribeTrialComponentResponse'
, describeTrialComponentResponse_parameters
- The hyperparameters of the component.
$sel:source:DescribeTrialComponentResponse'
, describeTrialComponentResponse_source
- The Amazon Resource Name (ARN) of the source and, optionally, the job
type.
$sel:displayName:DescribeTrialComponentResponse'
, describeTrialComponentResponse_displayName
- The name of the component as displayed. If DisplayName
isn't
specified, TrialComponentName
is displayed.
$sel:lastModifiedBy:DescribeTrialComponentResponse'
, describeTrialComponentResponse_lastModifiedBy
- Who last modified the component.
$sel:trialComponentArn:DescribeTrialComponentResponse'
, describeTrialComponentResponse_trialComponentArn
- The Amazon Resource Name (ARN) of the trial component.
$sel:inputArtifacts:DescribeTrialComponentResponse'
, describeTrialComponentResponse_inputArtifacts
- The input artifacts of the component.
$sel:httpStatus:DescribeTrialComponentResponse'
, describeTrialComponentResponse_httpStatus
- The response's http status code.
Response Lenses
describeTrialComponentResponse_creationTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime) Source #
When the component was created.
describeTrialComponentResponse_metadataProperties :: Lens' DescribeTrialComponentResponse (Maybe MetadataProperties) Source #
Undocumented member.
describeTrialComponentResponse_status :: Lens' DescribeTrialComponentResponse (Maybe TrialComponentStatus) Source #
The status of the component. States include:
- InProgress
- Completed
- Failed
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_startTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime) Source #
When the component started.
describeTrialComponentResponse_createdBy :: Lens' DescribeTrialComponentResponse (Maybe UserContext) Source #
Who created the trial component.
describeTrialComponentResponse_lastModifiedTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime) Source #
When the component was last modified.
describeTrialComponentResponse_endTime :: Lens' DescribeTrialComponentResponse (Maybe UTCTime) Source #
When the component ended.
describeTrialComponentResponse_trialComponentName :: Lens' DescribeTrialComponentResponse (Maybe Text) Source #
The name of the trial 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_displayName :: Lens' DescribeTrialComponentResponse (Maybe Text) Source #
The name of the component as displayed. If DisplayName
isn't
specified, TrialComponentName
is displayed.
describeTrialComponentResponse_lastModifiedBy :: Lens' DescribeTrialComponentResponse (Maybe UserContext) Source #
Who last modified the component.
describeTrialComponentResponse_trialComponentArn :: Lens' DescribeTrialComponentResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the trial component.
describeTrialComponentResponse_inputArtifacts :: Lens' DescribeTrialComponentResponse (Maybe (HashMap Text TrialComponentArtifact)) Source #
The input artifacts of the component.
describeTrialComponentResponse_httpStatus :: Lens' DescribeTrialComponentResponse Int Source #
The response's http status code.