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

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

AWSRequest DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Associated Types

type AWSResponse DescribeAlgorithm #

Generic DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Associated Types

type Rep DescribeAlgorithm :: Type -> Type #

Read DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Show DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

NFData DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Methods

rnf :: DescribeAlgorithm -> () #

Eq DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Hashable DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

type AWSResponse 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeAlgorithm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "algorithmName") '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_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
Generic DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Associated Types

type Rep DescribeAlgorithmResponse :: Type -> Type #

Read DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Show DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

NFData DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Eq 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeAlgorithmResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "algorithmDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "certifyForMarketplace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "inferenceSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSpecification)))) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "validationSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlgorithmValidationSpecification)) :*: 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:

DescribeAlgorithmResponse, describeAlgorithmResponse_algorithmDescription - A brief summary about the algorithm.

DescribeAlgorithmResponse, describeAlgorithmResponse_certifyForMarketplace - Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.

DescribeAlgorithmResponse, describeAlgorithmResponse_inferenceSpecification - Details about inference jobs that the algorithm runs.

DescribeAlgorithmResponse, describeAlgorithmResponse_productId - The product identifier of the algorithm.

DescribeAlgorithmResponse, describeAlgorithmResponse_validationSpecification - Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.

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

DescribeAlgorithm, describeAlgorithmResponse_algorithmName - The name of the algorithm being described.

DescribeAlgorithmResponse, describeAlgorithmResponse_algorithmArn - The Amazon Resource Name (ARN) of the algorithm.

DescribeAlgorithmResponse, describeAlgorithmResponse_creationTime - A timestamp specifying when the algorithm was created.

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

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_certifyForMarketplace :: Lens' DescribeAlgorithmResponse (Maybe Bool) Source #

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

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

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

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.