AWS Fundamentals Logo
AWS Fundamentals
AWS::SageMaker::ExperimentTrialComponent

SageMaker ExperimentTrialComponent

Resource type definition for AWS SageMaker Experiment Trial Component

Properties

7 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
TrialComponentName
string
RequiredCreate-only
DisplayName
string
EndTime
string
MetadataProperties
object
Create-only
StartTime
string
Status
object
Tags
Array<object>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the trial component.
CreationTimestringWhen the component was created.
LastModifiedTimestringWhen the component was last modified.
LineageGroupArnstringThe Amazon Resource Name (ARN) of the lineage group.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

sagemaker:CreateTrialComponentsagemaker:DescribeTrialComponentsagemaker:AddTags

read

sagemaker:DescribeTrialComponentsagemaker:ListTags

update

sagemaker:UpdateTrialComponentsagemaker:DescribeTrialComponentsagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTags

delete

sagemaker:DeleteTrialComponentsagemaker:DescribeTrialComponent

list

sagemaker:ListTrialComponents

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSageMaker
Properties11
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

TrialComponentNameMetadataProperties

External Links