amazonka-personalize-2.0: Amazon Personalize 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.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
ToJSON DescribeAlgorithm Source # 
Instance details

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

AWSRequest DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Associated Types

type AWSResponse DescribeAlgorithm #

Generic DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Associated Types

type Rep DescribeAlgorithm :: Type -> Type #

Read DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Show DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

NFData DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Methods

rnf :: DescribeAlgorithm -> () #

Eq DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Hashable DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

type AWSResponse 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" "amazonka-personalize-2.0-9kdbGNMxU7zEIoXPqEwwTg" 'False) (C1 ('MetaCons "DescribeAlgorithm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "algorithmArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

Defined in Amazonka.Personalize.DescribeAlgorithm

Associated Types

type Rep DescribeAlgorithmResponse :: Type -> Type #

Read DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Show DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

NFData DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeAlgorithm

Eq 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" "amazonka-personalize-2.0-9kdbGNMxU7zEIoXPqEwwTg" '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