File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
sdk/ml/azure-ai-ml/azure/ai/ml/constants/_job Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ class EntityNames:
8585 SSH = "ssh"
8686 TENSOR_BOARD = "tensor_board"
8787 VS_CODE = "vs_code"
88+ RAY_DASHBOARD = "RayDashboard"
8889
8990 class RestNames :
9091 CUSTOM = "Custom"
@@ -94,6 +95,7 @@ class RestNames:
9495 SSH = "SSH"
9596 TENSOR_BOARD = "TensorBoard"
9697 VS_CODE = "VSCode"
98+ RAY_DASHBOARD = "RayDashboard"
9799
98100 ENTITY_TO_REST = {
99101 EntityNames .CUSTOM : RestNames .CUSTOM ,
@@ -103,6 +105,7 @@ class RestNames:
103105 EntityNames .SSH : RestNames .SSH ,
104106 EntityNames .TENSOR_BOARD : RestNames .TENSOR_BOARD ,
105107 EntityNames .VS_CODE : RestNames .VS_CODE ,
108+ EntityNames .RAY_DASHBOARD : RestNames .RAY_DASHBOARD ,
106109 }
107110
108111 REST_TO_ENTITY = {v : k for k , v in ENTITY_TO_REST .items ()}
You can’t perform that action at this time.
0 commit comments