public final class BoostedTreesCreateEnsemble extends PrimitiveOp
operation| Modifier and Type | Method and Description |
|---|---|
static BoostedTreesCreateEnsemble |
create(Scope scope,
Operand<?> treeEnsembleHandle,
Operand<Long> stampToken,
Operand<String> treeEnsembleSerialized)
Factory method to create a class to wrap a new BoostedTreesCreateEnsemble operation to the graph.
|
equals, hashCode, toStringpublic static BoostedTreesCreateEnsemble create(Scope scope, Operand<?> treeEnsembleHandle, Operand<Long> stampToken, Operand<String> treeEnsembleSerialized)
scope - current graph scopetreeEnsembleHandle - Handle to the tree ensemble resource to be created.stampToken - Token to use as the initial value of the resource stamp.treeEnsembleSerialized - Serialized proto of the tree ensemble.Copyright © 2015–2019. All rights reserved.