GradientDefOrBuilder

パブリック インターフェイスGradientDefOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象文字列
get関数名()
 The function name.
抽象的な com.google.protobuf.ByteString
getFunctionNameBytes ()
 The function name.
抽象文字列
getGradientFunc ()
 The gradient function's name.
抽象的な com.google.protobuf.ByteString
getGradientFuncBytes ()
 The gradient function's name.

パブリックメソッド

public abstract String getFunctionName ()

 The function name.
 
string function_name = 1;

public abstract com.google.protobuf.ByteString getFunctionNameBytes ()

 The function name.
 
string function_name = 1;

パブリック抽象 String getGradientFunc ()

 The gradient function's name.
 
string gradient_func = 2;

パブリック抽象 com.google.protobuf.ByteString getGradientFuncBytes ()

 The gradient function's name.
 
string gradient_func = 2;