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

## Properties

- `TrialComponentName` (`string`, required): The name of the trial component. The name must be unique in your AWS account and is not case-sensitive.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the trial component.
- `CreationTime` (`string`, optional): When the component was created.
- `DisplayName` (`string`, optional): The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed.
- `EndTime` (`string`, optional): When the component ended.
- `LastModifiedTime` (`string`, optional): When the component was last modified.
- `LineageGroupArn` (`string`, optional): The Amazon Resource Name (ARN) of the lineage group.
- `MetadataProperties` (`Record<string, unknown>`, optional): Metadata properties of the tracking entity, trial, or trial component.
- `StartTime` (`string`, optional): When the component started.
- `Status` (`Record<string, unknown>`, optional): The status of the trial component.
- `Tags` (`Record<string, unknown>[]`, optional): A list of tags to associate with the component.

## Attributes

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