| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.DescribeAlgorithm
Description
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' {
- algorithmDescription :: Maybe Text
 - certifyForMarketplace :: Maybe Bool
 - inferenceSpecification :: Maybe InferenceSpecification
 - productId :: Maybe Text
 - validationSpecification :: Maybe AlgorithmValidationSpecification
 - httpStatus :: Int
 - algorithmName :: Text
 - algorithmArn :: Text
 - creationTime :: POSIX
 - trainingSpecification :: TrainingSpecification
 - algorithmStatus :: AlgorithmStatus
 - algorithmStatusDetails :: AlgorithmStatusDetails
 
 - newDescribeAlgorithmResponse :: Int -> Text -> Text -> UTCTime -> TrainingSpecification -> AlgorithmStatus -> AlgorithmStatusDetails -> DescribeAlgorithmResponse
 - describeAlgorithmResponse_algorithmDescription :: Lens' DescribeAlgorithmResponse (Maybe Text)
 - describeAlgorithmResponse_certifyForMarketplace :: Lens' DescribeAlgorithmResponse (Maybe Bool)
 - describeAlgorithmResponse_inferenceSpecification :: Lens' DescribeAlgorithmResponse (Maybe InferenceSpecification)
 - describeAlgorithmResponse_productId :: Lens' DescribeAlgorithmResponse (Maybe Text)
 - describeAlgorithmResponse_validationSpecification :: Lens' DescribeAlgorithmResponse (Maybe AlgorithmValidationSpecification)
 - 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.
Constructors
| DescribeAlgorithm' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> DescribeAlgorithm | 
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
newDescribeAlgorithmResponse Source #
Arguments
| :: 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:
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_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_inferenceSpecification :: Lens' DescribeAlgorithmResponse (Maybe InferenceSpecification) Source #
Details about inference jobs that the algorithm runs.
describeAlgorithmResponse_productId :: Lens' DescribeAlgorithmResponse (Maybe Text) Source #
The product identifier of the algorithm.
describeAlgorithmResponse_validationSpecification :: Lens' DescribeAlgorithmResponse (Maybe AlgorithmValidationSpecification) Source #
Details about configurations for one or more training jobs that SageMaker runs to test 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.