Values_0.AutoMLJobArtifactsSourceThe artifacts that are generated during an AutoML job.
type nonrec t = {candidateDefinitionNotebookLocation : CandidateDefinitionNotebookLocation.t
option;The URL of the notebook location.
*)dataExplorationNotebookLocation : DataExplorationNotebookLocation.t option;The URL of the notebook location.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of CandidateDefinitionNotebookLocation.t ]) list ]