This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::ExperimentTrialComponent
The AWS::SageMaker::ExperimentTrialComponent resource Property description not available. for SageMaker.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::SageMaker::ExperimentTrialComponent", "Properties" : { "DisplayName" :String, "EndTime" :String, "MetadataProperties" :MetadataProperties, "StartTime" :String, "Status" :Status, "Tags" :[ TagsItems, ... ], "TrialComponentName" :String} }
YAML
Type: AWS::SageMaker::ExperimentTrialComponent Properties: DisplayName:StringEndTime:StringMetadataProperties:MetadataPropertiesStartTime:StringStatus:StatusTags:- TagsItemsTrialComponentName:String
Properties
DisplayNameProperty description not available.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}$Minimum:
1Maximum:
120Update requires: No interruption
EndTimeProperty description not available.
Required: No
Type: String
Update requires: No interruption
MetadataProperties-
Metadata properties of the tracking entity, trial, or trial component.
Required: No
Type: MetadataProperties
Update requires: Replacement
StartTimeProperty description not available.
Required: No
Type: String
Update requires: No interruption
StatusProperty description not available.
Required: No
Type: Status
Update requires: No interruption
Property description not available.
Required: No
Type: Array of TagsItems
Maximum:
50Update requires: No interruption
TrialComponentNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}$Minimum:
1Maximum:
120Update requires: Replacement
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
CreationTimeProperty description not available.
LastModifiedTimeProperty description not available.
LineageGroupArnProperty description not available.