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

Description

Provides a list of an experiment's properties.

Synopsis

Creating a Request

data DescribeExperiment Source #

See: newDescribeExperiment smart constructor.

Constructors

DescribeExperiment' 

Fields

Instances

Instances details
Eq DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Read DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Show DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Generic DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Associated Types

type Rep DescribeExperiment :: Type -> Type #

NFData DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Methods

rnf :: DescribeExperiment -> () #

Hashable DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

ToJSON DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

AWSRequest DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Associated Types

type AWSResponse DescribeExperiment #

ToHeaders DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

ToPath DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

ToQuery DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

type Rep DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

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

Defined in Amazonka.SageMaker.DescribeExperiment

newDescribeExperiment Source #

Create a value of DescribeExperiment 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:experimentName:DescribeExperiment', describeExperiment_experimentName - The name of the experiment to describe.

Request Lenses

describeExperiment_experimentName :: Lens' DescribeExperiment Text Source #

The name of the experiment to describe.

Destructuring the Response

data DescribeExperimentResponse Source #

See: newDescribeExperimentResponse smart constructor.

Constructors

DescribeExperimentResponse' 

Fields

Instances

Instances details
Eq DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Read DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Show DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Generic DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Associated Types

type Rep DescribeExperimentResponse :: Type -> Type #

NFData DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

type Rep DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

newDescribeExperimentResponse Source #

Create a value of DescribeExperimentResponse 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:DescribeExperimentResponse', describeExperimentResponse_creationTime - When the experiment was created.

$sel:createdBy:DescribeExperimentResponse', describeExperimentResponse_createdBy - Who created the experiment.

$sel:lastModifiedTime:DescribeExperimentResponse', describeExperimentResponse_lastModifiedTime - When the experiment was last modified.

$sel:experimentName:DescribeExperiment', describeExperimentResponse_experimentName - The name of the experiment.

$sel:experimentArn:DescribeExperimentResponse', describeExperimentResponse_experimentArn - The Amazon Resource Name (ARN) of the experiment.

$sel:source:DescribeExperimentResponse', describeExperimentResponse_source - The ARN of the source and, optionally, the type.

$sel:displayName:DescribeExperimentResponse', describeExperimentResponse_displayName - The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

$sel:lastModifiedBy:DescribeExperimentResponse', describeExperimentResponse_lastModifiedBy - Who last modified the experiment.

$sel:description:DescribeExperimentResponse', describeExperimentResponse_description - The description of the experiment.

$sel:httpStatus:DescribeExperimentResponse', describeExperimentResponse_httpStatus - The response's http status code.

Response Lenses

describeExperimentResponse_experimentArn :: Lens' DescribeExperimentResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the experiment.

describeExperimentResponse_displayName :: Lens' DescribeExperimentResponse (Maybe Text) Source #

The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.