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

Description

Returns a description of the specified algorithm that is in your account.

Synopsis

Creating a Request

data DescribeAlgorithm Source #

See: newDescribeAlgorithm smart constructor.

Constructors

DescribeAlgorithm' 

Fields

Instances

Instances details
Eq DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Read DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Show DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Generic DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Associated Types

type Rep DescribeAlgorithm :: Type -> Type #

NFData DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Methods

rnf :: DescribeAlgorithm -> () #

Hashable DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

ToJSON DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

AWSRequest DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Associated Types

type AWSResponse DescribeAlgorithm #

ToHeaders DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

ToPath DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

ToQuery DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

type Rep DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

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

Defined in Amazonka.SageMaker.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:algorithmName:DescribeAlgorithm', describeAlgorithm_algorithmName - The name of the algorithm to describe.

Request Lenses

describeAlgorithm_algorithmName :: Lens' DescribeAlgorithm Text Source #

The name 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.SageMaker.DescribeAlgorithm

Read DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Show DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Generic DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Associated Types

type Rep DescribeAlgorithmResponse :: Type -> Type #

NFData DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

type Rep DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

type Rep DescribeAlgorithmResponse = D1 ('MetaData "DescribeAlgorithmResponse" "Amazonka.SageMaker.DescribeAlgorithm" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeAlgorithmResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "validationSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlgorithmValidationSpecification)) :*: (S1 ('MetaSel ('Just "inferenceSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSpecification)) :*: S1 ('MetaSel ('Just "algorithmDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "certifyForMarketplace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))) :*: ((S1 ('MetaSel ('Just "algorithmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "algorithmArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))) :*: (S1 ('MetaSel ('Just "trainingSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingSpecification) :*: (S1 ('MetaSel ('Just "algorithmStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlgorithmStatus) :*: S1 ('MetaSel ('Just "algorithmStatusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlgorithmStatusDetails))))))

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:validationSpecification:DescribeAlgorithmResponse', describeAlgorithmResponse_validationSpecification - Details about configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.

$sel:inferenceSpecification:DescribeAlgorithmResponse', describeAlgorithmResponse_inferenceSpecification - Details about inference jobs that the algorithm runs.

$sel:algorithmDescription:DescribeAlgorithmResponse', describeAlgorithmResponse_algorithmDescription - A brief summary about the algorithm.

$sel:certifyForMarketplace:DescribeAlgorithmResponse', describeAlgorithmResponse_certifyForMarketplace - Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.

$sel:productId:DescribeAlgorithmResponse', describeAlgorithmResponse_productId - The product identifier of the algorithm.

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

$sel:algorithmName:DescribeAlgorithm', describeAlgorithmResponse_algorithmName - The name of the algorithm being described.

$sel:algorithmArn:DescribeAlgorithmResponse', describeAlgorithmResponse_algorithmArn - The Amazon Resource Name (ARN) of the algorithm.

$sel:creationTime:DescribeAlgorithmResponse', describeAlgorithmResponse_creationTime - A timestamp specifying when the algorithm was created.

$sel:trainingSpecification:DescribeAlgorithmResponse', describeAlgorithmResponse_trainingSpecification - Details about training jobs run by this algorithm.

$sel:algorithmStatus:DescribeAlgorithmResponse', describeAlgorithmResponse_algorithmStatus - The current status of the algorithm.

$sel:algorithmStatusDetails:DescribeAlgorithmResponse', describeAlgorithmResponse_algorithmStatusDetails - Details about the current status of the algorithm.

Response Lenses

describeAlgorithmResponse_validationSpecification :: Lens' DescribeAlgorithmResponse (Maybe AlgorithmValidationSpecification) Source #

Details about configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.

describeAlgorithmResponse_certifyForMarketplace :: Lens' DescribeAlgorithmResponse (Maybe Bool) Source #

Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.

describeAlgorithmResponse_algorithmArn :: Lens' DescribeAlgorithmResponse Text Source #

The Amazon Resource Name (ARN) of the algorithm.

describeAlgorithmResponse_creationTime :: Lens' DescribeAlgorithmResponse UTCTime Source #

A timestamp specifying when the algorithm was created.