libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Read DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Show DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Generic DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Associated Types

type Rep DescribeTrial :: Type -> Type #

NFData DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Methods

rnf :: DescribeTrial -> () #

Hashable DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

ToJSON DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

AWSRequest DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Associated Types

type AWSResponse 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

type Rep DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

type Rep DescribeTrial = D1 ('MetaData "DescribeTrial" "Amazonka.SageMaker.DescribeTrial" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeTrial'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

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:

$sel:trialName: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
Eq DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Read DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Show DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Generic DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Associated Types

type Rep DescribeTrialResponse :: Type -> Type #

NFData DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Methods

rnf :: DescribeTrialResponse -> () #

type Rep DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

type Rep DescribeTrialResponse = D1 ('MetaData "DescribeTrialResponse" "Amazonka.SageMaker.DescribeTrial" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeTrialResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties))) :*: (S1 ('MetaSel ('Just "trialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialSource)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: 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:

$sel:creationTime:DescribeTrialResponse', describeTrialResponse_creationTime - When the trial was created.

$sel:metadataProperties:DescribeTrialResponse', describeTrialResponse_metadataProperties - Undocumented member.

$sel:trialArn:DescribeTrialResponse', describeTrialResponse_trialArn - The Amazon Resource Name (ARN) of the trial.

$sel:createdBy:DescribeTrialResponse', describeTrialResponse_createdBy - Who created the trial.

$sel:lastModifiedTime:DescribeTrialResponse', describeTrialResponse_lastModifiedTime - When the trial was last modified.

$sel:experimentName:DescribeTrialResponse', describeTrialResponse_experimentName - The name of the experiment the trial is part of.

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

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

$sel:trialName:DescribeTrial', describeTrialResponse_trialName - The name of the trial.

$sel:lastModifiedBy:DescribeTrialResponse', describeTrialResponse_lastModifiedBy - Who last modified the trial.

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

Response Lenses

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

The Amazon Resource Name (ARN) of the trial.

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

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