File tree Expand file tree Collapse file tree
sagemaker-train/src/sagemaker/train/evaluate Expand file tree Collapse file tree Original file line number Diff line number Diff line change 326326LLMAJ_TEMPLATE_BASE_MODEL_ONLY = """{
327327 "Version": "2020-12-01",
328328 "Metadata": {},
329+ "MlflowConfig": {
330+ "MlflowResourceArn": "{{ mlflow_resource_arn }}"{% if mlflow_experiment_name %},
331+ "MlflowExperimentName": "{{ mlflow_experiment_name }}"{% endif %}
332+ },
329333 "Parameters": [],
330334 "Steps": [
331335 {
457461DETERMINISTIC_TEMPLATE_BASE_MODEL_ONLY = """{
458462 "Version": "2020-12-01",
459463 "Metadata": {},
464+ "MlflowConfig": {
465+ "MlflowResourceArn": "{{ mlflow_resource_arn }}"{% if mlflow_experiment_name %},
466+ "MlflowExperimentName": "{{ mlflow_experiment_name }}"{% endif %}
467+ },
460468 "Parameters": [],
461469 "Steps": [
462470 {
843851CUSTOM_SCORER_TEMPLATE_BASE_MODEL_ONLY = """{
844852 "Version": "2020-12-01",
845853 "Metadata": {},
854+ "MlflowConfig": {
855+ "MlflowResourceArn": "{{ mlflow_resource_arn }}"{% if mlflow_experiment_name %},
856+ "MlflowExperimentName": "{{ mlflow_experiment_name }}"{% endif %}
857+ },
846858 "Parameters": [],
847859 "Steps": [
848860 {
You can’t perform that action at this time.
0 commit comments