public final class
BoostedTreesDeserializeEnsemble
Deserializes a serialized tree ensemble config and replaces current tree
ensemble.
Public Methods
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public static BoostedTreesDeserializeEnsemble create (Scope scope, Operand<?> treeEnsembleHandle, Operand<Long> stampToken, Operand<String> treeEnsembleSerialized)
Factory method to create a class wrapping a new BoostedTreesDeserializeEnsemble operation.
Parameters
scope | current scope |
---|---|
treeEnsembleHandle | Handle to the tree ensemble. |
stampToken | Token to use as the new value of the resource stamp. |
treeEnsembleSerialized | Serialized proto of the ensemble. |
Returns
- a new instance of BoostedTreesDeserializeEnsemble