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

## Properties

- `TrialComponentName` (`string`, required): The name of the trial component. Must be unique in your AWS account and is not case-sensitive.
- `CreationTime` (`string`, optional): When the trial component was created.
- `DisplayName` (`string`, optional): The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.
- `InputArtifacts` (`Record<string, unknown>`, optional): The input artifacts for the component.
- `LastModifiedTime` (`string`, optional): When the trial component was last modified.
- `LineageGroupArn` (`string`, optional): The Amazon Resource Name (ARN) of the lineage group.
- `MetadataProperties` (`TrialComponent_MetadataProperties`, optional)
- `OutputArtifacts` (`Record<string, unknown>`, optional): The output artifacts for the component.
- `Parameters` (`Record<string, unknown>`, optional): The hyperparameters for the component.
- `Status` (`TrialComponent_TrialComponentStatus`, optional)
- `Tags` (`Record<string, unknown>[]`, optional): A list of tags to associate with the trial component.
- `TrialComponentArn` (`string`, optional): The Amazon Resource Name (ARN) of the trial component.

## Attributes

- `CreationTime`
- `LastModifiedTime`
- `LineageGroupArn`
- `TrialComponentArn`
