ApiDef.EndpointOrBuilder

パブリック静的インターフェイスApiDef.EndpointOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象ブール値
get非推奨()
 Set if this endpoint is deprecated.
抽象整数
getDeprecationVersion ()
 Major version when an endpoint will be deleted.
抽象文字列
getName ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
抽象的な com.google.protobuf.ByteString
getNameBytes ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".

パブリックメソッド

public abstract boolean getDeprecated ()

 Set if this endpoint is deprecated. If set to true, a message suggesting
 to use a non-deprecated endpoint instead will be printed. If all
 endpoints are deprecated, set deprecation_message in ApiDef instead.
 
bool deprecated = 3;

public abstract int getDeprecationVersion ()

 Major version when an endpoint will be deleted. For e.g. set this
 value to 2 if endpoint should be removed in TensorFlow 2.0 and
 deprecated in versions before that.
 
int32 deprecation_version = 4;

パブリック抽象 String getName ()

 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName". Client-language-specific ApiDefs may
 use a snake_case convention instead of CamelCase.
 
string name = 1;

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

 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName". Client-language-specific ApiDefs may
 use a snake_case convention instead of CamelCase.
 
string name = 1;