Values_1.MlflowConfigSourceThe MLflow configuration using SageMaker managed MLflow.
type nonrec t = {mlflowResourceArn : MlFlowResourceArn.t;The Amazon Resource Name (ARN) of the MLflow resource.
*)mlflowExperimentName : MlflowExperimentName.t option;The MLflow experiment name used for this job.
*)mlflowRunName : MlflowRunName.t option;The MLflow run name used for this job.
*)}val make :
?mlflowExperimentName:??? ->
?mlflowRunName:??? ->
mlflowResourceArn:MlFlowResourceArn.t ->
unit ->
t