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.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
ToJSON DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.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

AWSRequest DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Associated Types

type AWSResponse DescribeExperiment #

Generic DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Associated Types

type Rep DescribeExperiment :: Type -> Type #

Read DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Show DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

NFData DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Methods

rnf :: DescribeExperiment -> () #

Eq DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Hashable DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

type AWSResponse 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeExperiment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Associated Types

type Rep DescribeExperimentResponse :: Type -> Type #

Read DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Show DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

NFData DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Eq 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:

DescribeExperimentResponse, describeExperimentResponse_createdBy - Who created the experiment.

DescribeExperimentResponse, describeExperimentResponse_creationTime - When the experiment was created.

DescribeExperimentResponse, describeExperimentResponse_description - The description of the experiment.

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

DescribeExperimentResponse, describeExperimentResponse_experimentArn - The Amazon Resource Name (ARN) of the experiment.

DescribeExperiment, describeExperimentResponse_experimentName - The name of the experiment.

DescribeExperimentResponse, describeExperimentResponse_lastModifiedBy - Who last modified the experiment.

DescribeExperimentResponse, describeExperimentResponse_lastModifiedTime - When the experiment was last modified.

DescribeExperimentResponse, describeExperimentResponse_source - The Amazon Resource Name (ARN) of the source and, optionally, the type.

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

Response Lenses

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

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

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

The Amazon Resource Name (ARN) of the experiment.

describeExperimentResponse_source :: Lens' DescribeExperimentResponse (Maybe ExperimentSource) Source #

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