Values_0.CandidateArtifactLocationsSourceThe location of artifacts for an AutoML candidate job.
type nonrec t = {explainability : ExplainabilityLocation.t option;The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
*)modelInsights : ModelInsightsLocation.t option;The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
*)backtestResults : BacktestResultsLocation.t option;The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window. Available only for the time-series forecasting problem type.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ExplainabilityLocation.t ]) list ]