Values_1.ExperimentConfigSourceAssociates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs: CreateProcessingJob CreateTrainingJob CreateTransformJob
type nonrec t = {experimentName : Values_0.ExperimentEntityName.t option;The name of an existing experiment to associate with the trial component.
*)trialName : Values_0.ExperimentEntityName.t option;The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
*)trialComponentDisplayName : Values_0.ExperimentEntityName.t option;The display name for the trial component. If this key isn't specified, the display name is the trial component name.
*)runName : Values_0.ExperimentEntityName.t option;The name of the experiment run to associate with the trial component.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.ExperimentEntityName.t ]) list ]