Skip to content

Commit bf2d6c5

Browse files
Update timeout message
1 parent 208c1d9 commit bf2d6c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/elasticsearch/BaseElasticsearchInternalService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ public void start(Model model, TimeValue timeout, ActionListener<Boolean> finalL
124124
new ModelDeploymentTimeoutException(
125125
format(
126126
"Timed out after [%s] waiting for trained model deployment for inference endpoint [%s] to start. "
127-
+ "Use the trained model stats API to track the state of the deployment "
128-
+ "and try again once it has started.",
127+
+ "The inference endpoint can not be used to perform inference until the deployment has started. "
128+
+ "Use the trained model stats API to track the state of the deployment.",
129129
timeout,
130130
model.getInferenceEntityId()
131131
)

0 commit comments

Comments
 (0)