ApiDef.Endpoint

الفئة النهائية العامة الثابتة 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 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)

ApiDef.Endpoint العام الثابت getDefaultInstance ()

ApiDef.Endpoint العامة getDefaultInstanceForType ()

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.Builder العام الثابت newBuilder (النموذج الأولي لـ ApiDef.Endpoint )

ApiDef.Endpoint.Builder العام الثابت newBuilder ()

ApiDef.Endpoint.Builder العامة newBuilderForType ()

ApiDef.Endpoint العام الثابت parseDelimitedFrom (إدخال InputStream)

رميات
IOEException

ApiDef.Endpoint العام الثابت parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

ApiDef.Endpoint العام الثابت parseFrom (بيانات ByteBuffer)

رميات
InvalidProtocolBufferException

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، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

ApiDef.Endpoint العام الثابت parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

ساكنة عامة محلل ()

ApiDef.Endpoint.Builder toBuilder العامة ()

الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)

رميات
IOEException