کلاس نهایی استاتیک عمومی 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).
tensorflow.ApiDef.Endpoint
کلاس های تو در تو
کلاس | ApiDef.Endpoint.Builder | If you specify any endpoint, this will replace all of the inherited endpoints. |
ثابت ها
بین المللی | DEPRECATED_FIELD_NUMBER | |
بین المللی | DEPRECATION_VERSION_FIELD_NUMBER | |
بین المللی | NAME_FIELD_NUMBER |
روش های عمومی
بولی | برابر است (object obj) |
استاتیک ApiDef.Endpoint | |
ApiDef.Endpoint | |
بولی | getDeprecated () Set if this endpoint is deprecated. |
بین المللی | getDeprecationVersion () Major version when an endpoint will be deleted. |
نهایی static com.google.protobuf.Descriptors.Descriptor | |
رشته | getName () Name should be either like "CamelCaseName" or "Package.CamelCaseName". |
com.google.protobuf.ByteString | getNameBytes () Name should be either like "CamelCaseName" or "Package.CamelCaseName". |
بین المللی | |
com.google.protobuf.UnknownFieldSet نهایی | |
بین المللی | هش کد () |
بولی نهایی | |
استاتیک ApiDef.Endpoint.Builder | newBuilder (نمونه اولیه ApiDef.Endpoint ) |
استاتیک ApiDef.Endpoint.Builder | newBuilder () |
ApiDef.Endpoint.Builder | |
استاتیک ApiDef.Endpoint | parseDelimitedFrom (ورودی جریان ورودی) |
استاتیک ApiDef.Endpoint | parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک ApiDef.Endpoint | parseFrom (داده های ByteBuffer) |
استاتیک ApiDef.Endpoint | parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک ApiDef.Endpoint | parseFrom (دادههای ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک ApiDef.Endpoint | parseFrom (ورودی com.google.protobuf.CodedInputStream) |
استاتیک ApiDef.Endpoint | parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک ApiDef.Endpoint | parseFrom (داده های com.google.protobuf.ByteString) |
استاتیک ApiDef.Endpoint | parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک ApiDef.Endpoint | parseFrom (دادههای com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ایستا | تجزیه کننده () |
ApiDef.Endpoint.Builder | toBuilder () |
باطل | writeTo (خروجی com.google.protobuf.CodedOutputStream) |
روش های ارثی
ثابت ها
نهایی استاتیک عمومی DEPRECATED_FIELD_NUMBER
مقدار ثابت: 3
نهایی استاتیک عمومی DEPRECATION_VERSION_FIELD_NUMBER
مقدار ثابت: 4
نهایی استاتیک عمومی NAME_FIELD_NUMBER
ارزش ثابت: 1
روش های عمومی
بولین عمومی برابر است (Object Obj)
بولی عمومی 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;
عمومی 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 ()
رشته عمومی 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;
عمومی getParserForType ()
عمومی int getSerializedSize ()
عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()
هش کد عمومی ()
بولین نهایی عمومی isInitialized ()
عمومی استاتیک ApiDef.Endpoint parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک ApiDef.Endpoint parseFrom (داده ByteBuffer)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک ApiDef.Endpoint parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک ApiDef.Endpoint parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک ApiDef.Endpoint parseFrom (ورودی com.google.protobuf.CodedInputStream)
پرتاب می کند
IOException |
---|
عمومی استاتیک ApiDef.Endpoint parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک ApiDef.Endpoint parseFrom (داده های com.google.protobuf.ByteString)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک ApiDef.Endpoint parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک ApiDef.Endpoint parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
استاتیک عمومی تجزیه کننده ()
public void writeTo (خروجی com.google.protobuf.CodedOutputStream)
پرتاب می کند
IOException |
---|