الفئة النهائية العامة الثابتة 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 |
الأساليب العامة
منطقية | يساوي (كائن كائن) |
ثابت ApiDef.Endpoint | |
ApiDef.Endpoint | |
منطقية | تم الإهمال () Set if this endpoint is deprecated. |
كثافة العمليات | الحصول على نسخة الإهمال () Major version when an endpoint will be deleted. |
النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
خيط | الحصول على الاسم () Name should be either like "CamelCaseName" or "Package.CamelCaseName". |
com.google.protobuf.ByteString | الحصول على اسم بايت () Name should be either like "CamelCaseName" or "Package.CamelCaseName". |
كثافة العمليات | |
النهائي com.google.protobuf.UnknownFieldSet | |
كثافة العمليات | رمز التجزئة () |
منطقية نهائية | تمت التهيئة () |
ثابت ApiDef.Endpoint.Builder | newBuilder (النموذج الأولي لـ ApiDef.Endpoint ) |
ثابت ApiDef.Endpoint.Builder | منشئ جديد () |
ApiDef.Endpoint.Builder | |
ثابت ApiDef.Endpoint | parseDelimitedFrom (إدخال InputStream) |
ثابت ApiDef.Endpoint | parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت ApiDef.Endpoint | parseFrom (بيانات ByteBuffer) |
ثابت ApiDef.Endpoint | parseFrom (com.google.protobuf.CodedInputStream input، 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 data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت | محلل () |
ApiDef.Endpoint.Builder | إلى البناء () |
فارغ | writeTo (إخراج com.google.protobuf.CodedOutputStream) |
الطرق الموروثة
الثوابت
العدد النهائي الثابت العام DEPRECATED_FIELD_NUMBER
القيمة الثابتة: 3
العدد النهائي الثابت العام DEPRECATION_VERSION_FIELD_NUMBER
القيمة الثابتة: 4
int النهائي الثابت العام 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 public 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;
النهائي العام الثابت 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;
عام الحصول على بارسيرفورتايب ()
int public getSerializedSize ()
النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()
كود التجزئة الدولي العام ()
تمت تهيئة القيمة المنطقية النهائية العامة ()
ApiDef.Endpoint العام الثابت parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
ApiDef.Endpoint العام الثابت parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
ApiDef.Endpoint العام الثابت parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
ApiDef.Endpoint العام الثابت parseFrom (com.google.protobuf.CodedInputStream input)
رميات
IOEException |
---|
ApiDef.Endpoint العام الثابت parseFrom (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
ApiDef.Endpoint العام الثابت parseFrom (com.google.protobuf.ByteString data)
رميات
InvalidProtocolBufferException |
---|
ApiDef.Endpoint العام الثابت parseFrom (InputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
ApiDef.Endpoint العام الثابت parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
ساكنة عامة محلل ()
الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)
رميات
IOEException |
---|