Values_0.AutoMLCandidateStepSourceInformation about the steps for a candidate and what step it is working on.
type nonrec t = {candidateStepType : CandidateStepType.t option;Whether the candidate is at the transform, training, or processing step.
*)candidateStepArn : CandidateStepArn.t option;The ARN for the candidate's step.
*)candidateStepName : CandidateStepName.t option;The name for the candidate's step.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CandidateStepArn.t ]) list ]