ApiDef.Endpoint

classe 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).
 
Tipo de protobuf tensorflow.ApiDef.Endpoint

Classes aninhadas

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

Constantes

interno DEPRECATED_FIELD_NUMBER
interno DEPRECATION_VERSION_FIELD_NUMBER
interno NAME_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
ApiDef.Endpoint estático
ApiDef.Endpoint
boleano
getDeprecated ()
 Set if this endpoint is deprecated.
interno
getDeprecationVersion ()
 Major version when an endpoint will be deleted.
final estático com.google.protobuf.Descriptors.Descriptor
Corda
getNome ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
com.google.protobuf.ByteString
getNomeBytes ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
ApiDef.Endpoint.Builder estático
ApiDef.Endpoint.Builder estático
ApiDef.Endpoint.Builder
ApiDef.Endpoint estático
parseDelimitedFrom (entrada InputStream)
ApiDef.Endpoint estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Endpoint estático
parseFrom (dados de ByteBuffer)
ApiDef.Endpoint estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Endpoint estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Endpoint estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
ApiDef.Endpoint estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Endpoint estático
parseFrom (dados com.google.protobuf.ByteString)
ApiDef.Endpoint estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Endpoint estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
ApiDef.Endpoint.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int DEPRECATED_FIELD_NUMBER

Valor Constante: 3

público estático final int DEPRECATION_VERSION_FIELD_NUMBER

Valor Constante: 4

int final estático público NAME_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público é igual (Object obj)

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

público ApiDef.Endpoint getDefaultInstanceForType ()

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

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

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

String pública getNome ()

 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 ()

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

hashCode int público ()

público final booleano isInitialized ()

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

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

público ApiDef.Endpoint.Builder newBuilderForType ()

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

Lança
IOException

public static ApiDef.Endpoint parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static ApiDef.Endpoint parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static ApiDef.Endpoint parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static ApiDef.Endpoint parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

public static ApiDef.Endpoint parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

public static ApiDef.Endpoint parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static ApiDef.Endpoint parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

público ApiDef.Endpoint.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException