AWS::SageMaker::ExperimentTrialComponentResource type definition for AWS SageMaker Experiment Trial Component
7 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
TrialComponentName | string | RequiredCreate-only |
DisplayName | string | |
EndTime | string | |
MetadataProperties | object | Create-only |
StartTime | string | |
Status | object | |
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 trial component. |
CreationTime | string | When the component was created. |
LastModifiedTime | string | When the component was last modified. |
LineageGroupArn | string | The Amazon Resource Name (ARN) of the lineage group. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::ExperimentTrialComponent
Resources:
MyResource:
Type: AWS::SageMaker::ExperimentTrialComponent
Properties:
TrialComponentName: "my-trialcomponentname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateTrialComponentsagemaker:DescribeTrialComponentsagemaker:AddTagssagemaker:DescribeTrialComponentsagemaker:ListTagssagemaker:UpdateTrialComponentsagemaker:DescribeTrialComponentsagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTagssagemaker:DeleteTrialComponentsagemaker:DescribeTrialComponentsagemaker:ListTrialComponentsOur 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.
TrialComponentNameMetadataProperties