AWS::SageMaker::TrialComponentResource type definition for AWS::SageMaker::TrialComponent. A trial component is a stage of a machine learning trial, such as a preprocessing job, training job, or batch transform job.
8 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
TrialComponentName | string | RequiredCreate-only |
DisplayName | string | |
InputArtifacts | object | |
MetadataProperties | MetadataProperties | Create-only |
OutputArtifacts | object | |
Parameters | object | |
Status | TrialComponentStatus | |
Tags | Array<object> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationTime | string | When the trial component was created. |
LastModifiedTime | string | When the trial component was last modified. |
LineageGroupArn | string | The Amazon Resource Name (ARN) of the lineage group. |
TrialComponentArn | string | The Amazon Resource Name (ARN) of the trial component. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::TrialComponent
Resources:
MyResource:
Type: AWS::SageMaker::TrialComponent
Properties:
TrialComponentName: "my-trialcomponentname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateTrialComponentsagemaker:DescribeTrialComponentsagemaker:AddTagssagemaker:ListTagssagemaker:DescribeTrialComponentsagemaker:ListTagssagemaker:UpdateTrialComponentsagemaker:DescribeTrialComponentsagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTagssagemaker:DeleteTrialComponentsagemaker:DescribeTrialComponentsagemaker:ListTagssagemaker:ListTrialComponentsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTrialComponentArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TrialComponentNameMetadataProperties