ApiDef.Endpoint

clase final estática pública 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 tipo tensorflow.ApiDef.Endpoint

Clases anidadas

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

Constantes

En t DEPRECATED_FIELD_NUMBER
En t DEPRECATION_VERSION_FIELD_NUMBER
En t NOMBRE_CAMPO_NÚMERO

Métodos públicos

booleano
es igual (Objeto obj)
ApiDef.Endpoint estático
ApiDef.Endpoint
booleano
getDeprecated ()
 Set if this endpoint is deprecated.
En t
getDeprecationVersion ()
 Major version when an endpoint will be deleted.
com.google.protobuf.Descriptors.Descriptor estático final
Cadena
obtenerNombre ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
com.google.protobuf.ByteString
getNombreBytes ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
En t
com.google.protobuf.UnknownFieldSet final
En t
booleano final
ApiDef.Endpoint.Builder estático
ApiDef.Endpoint.Builder estático
ApiDef.Endpoint.Builder
ApiDef.Endpoint estático
parseDelimitedFrom (entrada de InputStream)
ApiDef.Endpoint estático
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Endpoint estático
parseFrom (datos de ByteBuffer)
ApiDef.Endpoint estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
ApiDef.Endpoint estático
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Endpoint estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
ApiDef.Endpoint estático
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Endpoint estático
parseFrom (datos com.google.protobuf.ByteString)
ApiDef.Endpoint estático
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Endpoint estático
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
ApiDef.Endpoint.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público DEPRECATED_FIELD_NUMBER

Valor constante: 3

int final estático público DEPRECATION_VERSION_FIELD_NUMBER

Valor constante: 4

público estático final int NAME_FIELD_NUMBER

Valor constante: 1

Métodos públicos

público booleano es igual (Objeto obj)

público estático ApiDef.Endpoint getDefaultInstance ()

público ApiDef.Endpoint getDefaultInstanceForType ()

getDeprecated público booleano ()

 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;

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

cadena pública 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;

público 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;

público getParserForType ()

público int getSerializedSize ()

público final com.google.protobuf.UnknownFieldSet getUnknownFields ()

código hash int público ()

público final booleano isInitialized ()

público estático ApiDef.Endpoint.Builder newBuilder (prototipo ApiDef.Endpoint )

público estático ApiDef.Endpoint.Builder newBuilder ()

público ApiDef.Endpoint.Builder newBuilderForType ()

público estático ApiDef.Endpoint parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

público estático ApiDef.Endpoint parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

público estático ApiDef.Endpoint parseFrom (datos ByteBuffer)

Lanza
Excepción de buffer de protocolo no válido

público estático ApiDef.Endpoint parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

público estático ApiDef.Endpoint parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

público estático ApiDef.Endpoint parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOExcepción

público estático ApiDef.Endpoint parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

público estático ApiDef.Endpoint parseFrom (datos com.google.protobuf.ByteString)

Lanza
Excepción de buffer de protocolo no válido

público estático ApiDef.Endpoint parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

público estático ApiDef.Endpoint parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

público ApiDef.Endpoint.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción