AWS::SageMaker::ExperimentResource type definition for AWS::SageMaker::Experiment. An experiment is a collection of related trials used to organize and track machine learning workflows.
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ExperimentName | string | RequiredCreate-only |
Description | string | |
DisplayName | string | |
Tags | Array<object> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the experiment. |
CreationTime | string | When the experiment was created. |
LastModifiedTime | string | When the experiment was last modified. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::Experiment
Resources:
MyResource:
Type: AWS::SageMaker::Experiment
Properties:
ExperimentName: "my-experimentname"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateExperimentsagemaker:DescribeExperimentsagemaker:AddTagssagemaker:ListTagssagemaker:DescribeExperimentsagemaker:ListTagssagemaker:UpdateExperimentsagemaker:DescribeExperimentsagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTagssagemaker:DeleteExperimentsagemaker:DescribeExperimentsagemaker:ListTagssagemaker:ListExperimentsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ExperimentName