libZSservicesZSamazonka-personalizeZSamazonka-personalize
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.Personalize.DescribeAlgorithm

Description

Describes the given algorithm.

Synopsis

Creating a Request

data DescribeAlgorithm Source #

See: newDescribeAlgorithm smart constructor.

Constructors

DescribeAlgorithm' 

Fields

  • algorithmArn :: Text

    The Amazon Resource Name (ARN) of the algorithm to describe.

Instances

Instances details
Eq DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Read DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Show DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Generic DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Associated Types

type Rep DescribeAlgorithm :: Type -> Type #

NFData DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Methods

rnf :: DescribeAlgorithm -> () #

Hashable DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

ToJSON DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

AWSRequest DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Associated Types

type AWSResponse DescribeAlgorithm #

ToHeaders DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

ToPath DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

ToQuery DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

type Rep DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

type Rep DescribeAlgorithm = D1 ('MetaData "DescribeAlgorithm" "Amazonka.Personalize.DescribeAlgorithm" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeAlgorithm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "algorithmArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

newDescribeAlgorithm Source #

Create a value of DescribeAlgorithm 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:algorithmArn:DescribeAlgorithm', describeAlgorithm_algorithmArn - The Amazon Resource Name (ARN) of the algorithm to describe.

Request Lenses

describeAlgorithm_algorithmArn :: Lens' DescribeAlgorithm Text Source #

The Amazon Resource Name (ARN) of the algorithm to describe.

Destructuring the Response

data DescribeAlgorithmResponse Source #

See: newDescribeAlgorithmResponse smart constructor.

Constructors

DescribeAlgorithmResponse' 

Fields

Instances

Instances details
Eq DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Read DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Show DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Generic DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Associated Types

type Rep DescribeAlgorithmResponse :: Type -> Type #

NFData DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

type Rep DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

type Rep DescribeAlgorithmResponse = D1 ('MetaData "DescribeAlgorithmResponse" "Amazonka.Personalize.DescribeAlgorithm" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "DescribeAlgorithmResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "algorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Algorithm)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeAlgorithmResponse Source #

Create a value of DescribeAlgorithmResponse 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:algorithm:DescribeAlgorithmResponse', describeAlgorithmResponse_algorithm - A listing of the properties of the algorithm.

$sel:httpStatus:DescribeAlgorithmResponse', describeAlgorithmResponse_httpStatus - The response's http status code.

Response Lenses