TensorForestCreateTreeVariable

public final class TensorForestCreateTreeVariable

Creates a tree resource and returns a handle to it.

Public Methods

static TensorForestCreateTreeVariable
create(Scope scope, Operand<?> treeHandle, Operand<String> treeConfig)
Factory method to create a class wrapping a new TensorForestCreateTreeVariable operation.

Inherited Methods

Public Methods

public static TensorForestCreateTreeVariable create (Scope scope, Operand<?> treeHandle, Operand<String> treeConfig)

Factory method to create a class wrapping a new TensorForestCreateTreeVariable operation.

Parameters
scope current scope
treeHandle Handle to the tree resource to be created.
treeConfig Serialized proto string of the boosted_trees.Tree.
Returns
  • a new instance of TensorForestCreateTreeVariable