AWS::SageMaker::AlgorithmResource Type definition for AWS::SageMaker::Algorithm
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AlgorithmName | string | RequiredCreate-only |
TrainingSpecification | TrainingSpecification | RequiredCreate-only |
AlgorithmDescription | string | Create-only |
CertifyForMarketplace | boolean | Create-only |
InferenceSpecification | InferenceSpecification | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AlgorithmArn | string | The Amazon Resource Name (ARN) of the algorithm. |
CreationTime | string | A timestamp specifying when the algorithm was created. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::Algorithm
Resources:
MyResource:
Type: AWS::SageMaker::Algorithm
Properties:
AlgorithmName: "my-algorithmname"
TrainingSpecification: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateAlgorithmsagemaker:DescribeAlgorithmsagemaker:AddTagssagemaker:DescribeAlgorithmsagemaker:ListTagssagemaker:DescribeAlgorithmsagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTagssagemaker:DeleteAlgorithmsagemaker:DescribeAlgorithmsagemaker:ListAlgorithmsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAlgorithmArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AlgorithmNameAlgorithmDescriptionTrainingSpecificationInferenceSpecificationCertifyForMarketplace