ApiDef.Endpoint

publiczna statyczna klasa końcowa ApiDef.Endpoint

 If you specify any endpoint, this will replace all of the
 inherited endpoints.  The first endpoint should be the
 "canonical" endpoint, and should not be deprecated (unless all
 endpoints are deprecated).
 
Protobuf typu tensorflow.ApiDef.Endpoint

Klasy zagnieżdżone

klasa ApiDef.Endpoint.Builder
 If you specify any endpoint, this will replace all of the
 inherited endpoints. 

Stałe

wew DEPRECATED_FIELD_NUMBER
wew DEPRECATION_VERSION_FIELD_NUMBER
wew NAME_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
statyczny punkt końcowy ApiDef
Punkt końcowy ApiDef
wartość logiczna
przestarzałe ()
 Set if this endpoint is deprecated.
wew
getDeprecationVersion ()
 Major version when an endpoint will be deleted.
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
Strunowy
pobierz nazwę ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
com.google.protobuf.ByteString
getNameBytes ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
wew
końcowy com.google.protobuf.UnknownFieldSet
wew
końcowa wartość logiczna
statyczny ApiDef.Endpoint.Builder
statyczny ApiDef.Endpoint.Builder
ApiDef.Endpoint.Builder
statyczny punkt końcowy ApiDef
parseDelimitedFrom (wejście strumienia wejściowego)
statyczny punkt końcowy ApiDef
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny punkt końcowy ApiDef
parseFrom (dane ByteBuffer)
statyczny punkt końcowy ApiDef
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny punkt końcowy ApiDef
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny punkt końcowy ApiDef
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczny punkt końcowy ApiDef
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczny punkt końcowy ApiDef
parseFrom (dane com.google.protobuf.ByteString)
statyczny punkt końcowy ApiDef
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny punkt końcowy ApiDef
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
ApiDef.Endpoint.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int DEPRECATED_FIELD_NUMBER

Wartość stała: 3

publiczny statyczny końcowy int DEPRECATION_VERSION_FIELD_NUMBER

Wartość stała: 4

publiczny statyczny końcowy int NAME_FIELD_NUMBER

Wartość stała: 1

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

publiczny statyczny ApiDef.Endpoint getDefaultInstance ()

publiczny ApiDef.Endpoint getDefaultInstanceForType ()

publiczna wartość logiczna 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 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;

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public 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;

public 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;

publiczny getParserForType ()

publiczny int getSerializedSize ()

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

publiczny statyczny ApiDef.Endpoint.Builder newBuilder (prototyp ApiDef.Endpoint )

publiczny statyczny ApiDef.Endpoint.Builder newBuilder ()

publiczny ApiDef.Endpoint.Builder newBuilderForType ()

publiczny statyczny ApiDef.Endpoint parseDelimitedFrom (wejście strumienia wejściowego)

Rzuca
Wyjątek IO

publiczny statyczny ApiDef.Endpoint parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczny statyczny ApiDef.Endpoint parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny ApiDef.Endpoint parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

publiczny statyczny ApiDef.Endpoint parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny ApiDef.Endpoint parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

publiczny statyczny ApiDef.Endpoint parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny ApiDef.Endpoint parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny ApiDef.Endpoint parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczny statyczny ApiDef.Endpoint parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

publiczny ApiDef.Endpoint.Builder toBuilder ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO