public  final   class
      BoostedTreesDeserializeEnsemble
Deserializes a serialized tree ensemble config and replaces current tree
ensemble.
Constants
| String | OP_NAME | The name of this op, as known by TensorFlow core engine | 
Public Methods
| static BoostedTreesDeserializeEnsemble | 
Inherited Methods
Constants
public static final String OP_NAME
The name of this op, as known by TensorFlow core engine
Constant Value: 
                
                    "BoostedTreesDeserializeEnsemble"
                
            
Public Methods
public static BoostedTreesDeserializeEnsemble create (Scope scope, Operand<?> treeEnsembleHandle, Operand<TInt64> stampToken, Operand<TString> 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