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