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.DescribeTrial

Description

Provides a list of a trial's properties.

Synopsis

Creating a Request

data DescribeTrial Source #

See: newDescribeTrial smart constructor.

Constructors

DescribeTrial' 

Fields

Instances

Instances details
ToJSON DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

ToHeaders DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

ToPath DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

ToQuery DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

AWSRequest DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Associated Types

type AWSResponse DescribeTrial #

Generic DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Associated Types

type Rep DescribeTrial :: Type -> Type #

Read DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Show DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

NFData DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Methods

rnf :: DescribeTrial -> () #

Eq DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Hashable DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

type AWSResponse DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

type Rep DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

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

newDescribeTrial Source #

Create a value of DescribeTrial 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:

DescribeTrial, describeTrial_trialName - The name of the trial to describe.

Request Lenses

describeTrial_trialName :: Lens' DescribeTrial Text Source #

The name of the trial to describe.

Destructuring the Response

data DescribeTrialResponse Source #

See: newDescribeTrialResponse smart constructor.

Constructors

DescribeTrialResponse' 

Fields

Instances

Instances details
Generic DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Associated Types

type Rep DescribeTrialResponse :: Type -> Type #

Read DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Show DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

NFData DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Methods

rnf :: DescribeTrialResponse -> () #

Eq DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

type Rep DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

type Rep DescribeTrialResponse = D1 ('MetaData "DescribeTrialResponse" "Amazonka.SageMaker.DescribeTrial" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeTrialResponse'" '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 "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialSource)))) :*: (S1 ('MetaSel ('Just "trialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeTrialResponse Source #

Create a value of DescribeTrialResponse 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:

DescribeTrialResponse, describeTrialResponse_createdBy - Who created the trial.

DescribeTrialResponse, describeTrialResponse_creationTime - When the trial was created.

DescribeTrialResponse, describeTrialResponse_displayName - The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

DescribeTrialResponse, describeTrialResponse_experimentName - The name of the experiment the trial is part of.

DescribeTrialResponse, describeTrialResponse_lastModifiedBy - Who last modified the trial.

DescribeTrialResponse, describeTrialResponse_lastModifiedTime - When the trial was last modified.

DescribeTrialResponse, describeTrialResponse_metadataProperties - Undocumented member.

DescribeTrialResponse, describeTrialResponse_source - The Amazon Resource Name (ARN) of the source and, optionally, the job type.

DescribeTrialResponse, describeTrialResponse_trialArn - The Amazon Resource Name (ARN) of the trial.

DescribeTrial, describeTrialResponse_trialName - The name of the trial.

$sel:httpStatus:DescribeTrialResponse', describeTrialResponse_httpStatus - The response's http status code.

Response Lenses

describeTrialResponse_displayName :: Lens' DescribeTrialResponse (Maybe Text) Source #

The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

describeTrialResponse_experimentName :: Lens' DescribeTrialResponse (Maybe Text) Source #

The name of the experiment the trial is part of.

describeTrialResponse_source :: Lens' DescribeTrialResponse (Maybe TrialSource) Source #

The Amazon Resource Name (ARN) of the source and, optionally, the job type.

describeTrialResponse_trialArn :: Lens' DescribeTrialResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the trial.