---
type: resource-type
title: Algorithm
description: aws resource type AWS::SageMaker::Algorithm
name: Algorithm
lexicon: aws
resource_type: AWS::SageMaker::Algorithm
---
`AWS::SageMaker::Algorithm`, a resource type of the aws lexicon.

## Properties

- `AlgorithmName` (`string`, required): The name of the algorithm.
- `TrainingSpecification` (`Algorithm_TrainingSpecification`, required)
- `AlgorithmArn` (`string`, optional): The Amazon Resource Name (ARN) of the algorithm.
- `AlgorithmDescription` (`string`, optional): A description of the algorithm.
- `CertifyForMarketplace` (`boolean`, optional): Whether to certify the algorithm so that it can be listed in AWS Marketplace.
- `CreationTime` (`string`, optional): A timestamp specifying when the algorithm was created.
- `InferenceSpecification` (`Algorithm_InferenceSpecification`, optional)
- `Tags` (`Algorithm_Tag[]`, optional): An array of key-value pairs to apply to this resource.

## Attributes

- `AlgorithmArn`
- `CreationTime`
