ApiDef.Endpoint

classe finale statica pubblica 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 di protocollo tensorflow.ApiDef.Endpoint

Classi nidificate

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

Costanti

int DEPRECATED_FIELD_NUMBER
int DEPRECATION_VERSION_FIELD_NUMBER
int NOME_CAMPO_NUMERO

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
ApiDef.Endpoint statico
ApiDef.Endpoint
booleano
getDeprecato ()
 Set if this endpoint is deprecated.
int
getDeprecationVersion ()
 Major version when an endpoint will be deleted.
com.google.protobuf.Descriptors.Descriptor statico finale
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".
int
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
ApiDef.Endpoint.Builder statico
ApiDef.Endpoint.Builder statico
ApiDef.Endpoint.Builder
ApiDef.Endpoint statico
parseDelimitedFrom (input InputStream)
ApiDef.Endpoint statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Endpoint statico
parseFrom (dati ByteBuffer)
ApiDef.Endpoint statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
ApiDef.Endpoint statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Endpoint statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
ApiDef.Endpoint statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Endpoint statico
parseFrom (dati com.google.protobuf.ByteString)
ApiDef.Endpoint statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Endpoint statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
ApiDef.Endpoint.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int DEPRECATED_FIELD_NUMBER

Valore costante: 3

public static final int DEPRECATION_VERSION_FIELD_NUMBER

Valore costante: 4

public static final int NAME_FIELD_NUMBER

Valore costante: 1

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico statico ApiDef.Endpoint getDefaultInstance ()

pubblico ApiDef.Endpoint getDefaultInstanceForType ()

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

stringa pubblica 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;

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

pubblico getParserForType ()

public int getSerializedSize ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final booleano isInitialized ()

pubblico statico ApiDef.Endpoint.Builder newBuilder (prototipo ApiDef.Endpoint )

pubblico statico ApiDef.Endpoint.Builder newBuilder ()

public ApiDef.Endpoint.Builder newBuilderForType ()

public static ApiDef.Endpoint parseDelimitedFrom (input InputStream)

Lancia
IOException

pubblico statico ApiDef.Endpoint parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom ApiDef.Endpoint statico pubblico (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom ApiDef.Endpoint pubblico statico (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom ApiDef.Endpoint pubblico statico (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom ApiDef.Endpoint statico pubblico (input com.google.protobuf.CodedInputStream)

Lancia
IOException

parseFrom ApiDef.Endpoint pubblico statico (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom ApiDef.Endpoint statico pubblico (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

parseFrom ApiDef.Endpoint pubblico statico (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom ApiDef.Endpoint pubblico statico (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

public ApiDef.Endpoint.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException