This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::ProcessingJob ExperimentConfig
Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the CreateProcessingJob API.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ExperimentName" :
String
, "RunName" :String
, "TrialComponentDisplayName" :String
, "TrialName" :String
}
YAML
ExperimentName:
String
RunName:String
TrialComponentDisplayName:String
TrialName:String
Properties
ExperimentName
-
The name of an existing experiment to associate with the trial component.
Required: No
Type: String
Pattern:
[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}
Maximum:
120
Update requires: Replacement
RunName
-
The name of the experiment run to associate with the trial component.
Required: No
Type: String
Pattern:
[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}
Maximum:
120
Update requires: Replacement
TrialComponentDisplayName
-
The display name for the trial component. If this key isn't specified, the display name is the trial component name.
Required: No
Type: String
Pattern:
[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}
Maximum:
120
Update requires: Replacement
TrialName
-
The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
Required: No
Type: String
Pattern:
[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}
Maximum:
120
Update requires: Replacement