Class TrainedModelAssignmentRoutingTable.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<TrainedModelAssignmentRoutingTable.Builder>
co.elastic.clients.elasticsearch.ml.TrainedModelAssignmentRoutingTable.Builder
- All Implemented Interfaces:
WithJson<TrainedModelAssignmentRoutingTable.Builder>,ObjectBuilder<TrainedModelAssignmentRoutingTable>
- Enclosing class:
- TrainedModelAssignmentRoutingTable
public static class TrainedModelAssignmentRoutingTable.Builder
extends WithJsonObjectBuilderBase<TrainedModelAssignmentRoutingTable.Builder>
implements ObjectBuilder<TrainedModelAssignmentRoutingTable>
Builder for
TrainedModelAssignmentRoutingTable.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aTrainedModelAssignmentRoutingTable.currentAllocations(int value) Required - Current number of allocations.The reason for the current state.routingState(RoutingState value) Required - The current routing state.self()targetAllocations(int value) Required - Target number of allocations.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
reason
The reason for the current state. It is usually populated only when therouting_stateisfailed.API name:
reason -
routingState
Required - The current routing state.API name:
routing_state -
currentAllocations
Required - Current number of allocations.API name:
current_allocations -
targetAllocations
Required - Target number of allocations.API name:
target_allocations -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<TrainedModelAssignmentRoutingTable.Builder>
-
build
Builds aTrainedModelAssignmentRoutingTable.- Specified by:
buildin interfaceObjectBuilder<TrainedModelAssignmentRoutingTable>- Throws:
NullPointerException- if some of the required fields are null.
-