Skip to content

Commit b43d2e6

Browse files
committed
Update JavaDoc
1 parent 8bcb917 commit b43d2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/inference/assignment/TrainedModelAssignment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ private TrainedModelAssignment(
144144
* @param assignmentState used to track the state of the assignment for rebalancing, autoscaling, and more
145145
* @param reason may contain a human-readable explanation for the current state
146146
* @param startTime the time when the assignment was created
147-
* @param maxAssignedAllocations used for adaptive allocations
147+
* @param maxAssignedAllocations keeps track of the maximum number of allocations used for this assignment
148148
* @param adaptiveAllocationsSettings how the assignment should scale based on usage
149149
*/
150150
TrainedModelAssignment(

0 commit comments

Comments
 (0)