amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.DescribeTrialComponent

Description

Provides a list of a trials component's properties.

Synopsis

Creating a Request

data DescribeTrialComponent Source #

See: newDescribeTrialComponent smart constructor.

Constructors

DescribeTrialComponent' 

Fields

Instances

Instances details
ToJSON DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

ToHeaders DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

ToPath DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

ToQuery DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

AWSRequest DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Associated Types

type AWSResponse DescribeTrialComponent #

Generic DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Associated Types

type Rep DescribeTrialComponent :: Type -> Type #

Read DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Show DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

NFData DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Methods

rnf :: DescribeTrialComponent -> () #

Eq DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Hashable DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

type AWSResponse DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

type Rep DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

type Rep DescribeTrialComponent = D1 ('MetaData "DescribeTrialComponent" "Amazonka.SageMaker.DescribeTrialComponent" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeTrialComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeTrialComponent, describeTrialComponent_trialComponentName - The name of the trial component to describe.

Request Lenses

Destructuring the Response

data DescribeTrialComponentResponse Source #

See: newDescribeTrialComponentResponse smart constructor.

Constructors

DescribeTrialComponentResponse' 

Fields

Instances

Instances details
Generic DescribeTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Associated Types

type Rep DescribeTrialComponentResponse :: Type -> Type #

Read DescribeTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Show DescribeTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

NFData DescribeTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Eq DescribeTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

type Rep DescribeTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

type Rep DescribeTrialComponentResponse = D1 ('MetaData "DescribeTrialComponentResponse" "Amazonka.SageMaker.DescribeTrialComponent" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeTrialComponentResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "inputArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentArtifact))) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lineageGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties)))))) :*: (((S1 ('MetaSel ('Just "metrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TrialComponentMetricSummary])) :*: S1 ('MetaSel ('Just "outputArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentArtifact)))) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentParameterValue))) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentSource)) :*: S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TrialComponentSource]))))) :*: ((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentStatus))) :*: (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trialComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

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_displayName :: Lens' DescribeTrialComponentResponse (Maybe Text) Source #

The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.

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_status :: Lens' DescribeTrialComponentResponse (Maybe TrialComponentStatus) Source #

The status of the component. States include:

  • InProgress
  • Completed
  • Failed