

# ExperimentConfig
<a name="API_ExperimentConfig"></a>

Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:
+  [CreateProcessingJob](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html) 
+  [CreateTrainingJob](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html) 
+  [CreateTransformJob](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html) 

## Contents
<a name="API_ExperimentConfig_Contents"></a>

 ** ExperimentName **   <a name="sagemaker-Type-ExperimentConfig-ExperimentName"></a>
The name of an existing experiment to associate with the trial component.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 120.  
Pattern: `[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}`   
Required: No

 ** RunName **   <a name="sagemaker-Type-ExperimentConfig-RunName"></a>
The name of the experiment run to associate with the trial component.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 120.  
Pattern: `[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}`   
Required: No

 ** TrialComponentDisplayName **   <a name="sagemaker-Type-ExperimentConfig-TrialComponentDisplayName"></a>
The display name for the trial component. If this key isn't specified, the display name is the trial component name.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 120.  
Pattern: `[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}`   
Required: No

 ** TrialName **   <a name="sagemaker-Type-ExperimentConfig-TrialName"></a>
The name of an existing trial to associate the trial component with. If not specified, a new trial is created.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 120.  
Pattern: `[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}`   
Required: No

## See Also
<a name="API_ExperimentConfig_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/sagemaker-2017-07-24/ExperimentConfig) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/sagemaker-2017-07-24/ExperimentConfig) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/sagemaker-2017-07-24/ExperimentConfig) 