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

## Properties

- `ExperimentName` (`string`, required): The name of the experiment. Must be unique in your AWS account and is not case-sensitive.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the experiment.
- `CreationTime` (`string`, optional): When the experiment was created.
- `Description` (`string`, optional): The description of the experiment.
- `DisplayName` (`string`, optional): The name of the experiment as displayed. The name does not need to be unique.
- `LastModifiedTime` (`string`, optional): When the experiment was last modified.
- `Tags` (`Record<string, unknown>[]`, optional): A list of tags to associate with the experiment.

## Attributes

- `Arn`
- `CreationTime`
- `LastModifiedTime`
