Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Returns a description of the specified algorithm that is in your account.
Synopsis
- data DescribeAlgorithm = DescribeAlgorithm' {}
- newDescribeAlgorithm :: Text -> DescribeAlgorithm
- describeAlgorithm_algorithmName :: Lens' DescribeAlgorithm Text
- data DescribeAlgorithmResponse = DescribeAlgorithmResponse' {
- validationSpecification :: Maybe AlgorithmValidationSpecification
- inferenceSpecification :: Maybe InferenceSpecification
- algorithmDescription :: Maybe Text
- certifyForMarketplace :: Maybe Bool
- productId :: Maybe Text
- httpStatus :: Int
- algorithmName :: Text
- algorithmArn :: Text
- creationTime :: POSIX
- trainingSpecification :: TrainingSpecification
- algorithmStatus :: AlgorithmStatus
- algorithmStatusDetails :: AlgorithmStatusDetails
- newDescribeAlgorithmResponse :: Int -> Text -> Text -> UTCTime -> TrainingSpecification -> AlgorithmStatus -> AlgorithmStatusDetails -> DescribeAlgorithmResponse
- describeAlgorithmResponse_validationSpecification :: Lens' DescribeAlgorithmResponse (Maybe AlgorithmValidationSpecification)
- describeAlgorithmResponse_inferenceSpecification :: Lens' DescribeAlgorithmResponse (Maybe InferenceSpecification)
- describeAlgorithmResponse_algorithmDescription :: Lens' DescribeAlgorithmResponse (Maybe Text)
- describeAlgorithmResponse_certifyForMarketplace :: Lens' DescribeAlgorithmResponse (Maybe Bool)
- describeAlgorithmResponse_productId :: Lens' DescribeAlgorithmResponse (Maybe Text)
- describeAlgorithmResponse_httpStatus :: Lens' DescribeAlgorithmResponse Int
- describeAlgorithmResponse_algorithmName :: Lens' DescribeAlgorithmResponse Text
- describeAlgorithmResponse_algorithmArn :: Lens' DescribeAlgorithmResponse Text
- describeAlgorithmResponse_creationTime :: Lens' DescribeAlgorithmResponse UTCTime
- describeAlgorithmResponse_trainingSpecification :: Lens' DescribeAlgorithmResponse TrainingSpecification
- describeAlgorithmResponse_algorithmStatus :: Lens' DescribeAlgorithmResponse AlgorithmStatus
- describeAlgorithmResponse_algorithmStatusDetails :: Lens' DescribeAlgorithmResponse AlgorithmStatusDetails
Creating a Request
data DescribeAlgorithm Source #
See: newDescribeAlgorithm
smart constructor.
DescribeAlgorithm' | |
|
Instances
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.
DescribeAlgorithmResponse' | |
|
Instances
newDescribeAlgorithmResponse Source #
:: Int | |
-> Text | |
-> Text | |
-> UTCTime | |
-> TrainingSpecification | |
-> AlgorithmStatus | |
-> AlgorithmStatusDetails | |
-> DescribeAlgorithmResponse |
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_inferenceSpecification :: Lens' DescribeAlgorithmResponse (Maybe InferenceSpecification) Source #
Details about inference jobs that the algorithm runs.
describeAlgorithmResponse_algorithmDescription :: Lens' DescribeAlgorithmResponse (Maybe Text) Source #
A brief summary about the algorithm.
describeAlgorithmResponse_certifyForMarketplace :: Lens' DescribeAlgorithmResponse (Maybe Bool) Source #
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
describeAlgorithmResponse_productId :: Lens' DescribeAlgorithmResponse (Maybe Text) Source #
The product identifier of the algorithm.
describeAlgorithmResponse_httpStatus :: Lens' DescribeAlgorithmResponse Int Source #
The response's http status code.
describeAlgorithmResponse_algorithmName :: Lens' DescribeAlgorithmResponse Text Source #
The name of the algorithm being described.
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.
describeAlgorithmResponse_trainingSpecification :: Lens' DescribeAlgorithmResponse TrainingSpecification Source #
Details about training jobs run by this algorithm.
describeAlgorithmResponse_algorithmStatus :: Lens' DescribeAlgorithmResponse AlgorithmStatus Source #
The current status of the algorithm.
describeAlgorithmResponse_algorithmStatusDetails :: Lens' DescribeAlgorithmResponse AlgorithmStatusDetails Source #
Details about the current status of the algorithm.