Values_2.TrainingJobStepMetadataSourceMetadata for a training job step.
type nonrec t = {arn : Values_1.TrainingJobArn.t option;The Amazon Resource Name (ARN) of the training job that was run by this step execution.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_1.TrainingJobArn.t ]) list ]