JobDef

الفئة النهائية العامة JobDef

 Defines a single job in a TensorFlow cluster.
 
نوع Protobuf tensorflow.JobDef

فئات متداخلة

فصل JobDef.Builder
 Defines a single job in a TensorFlow cluster. 

الثوابت

كثافة العمليات NAME_FIELD_NUMBER
كثافة العمليات TASKS_FIELD_NUMBER

الأساليب العامة

منطقية
يحتوي على المهام (مفتاح int)
 Mapping from task ID to "hostname:port" string.
منطقية
يساوي (كائن كائن)
تعريف الوظيفة الثابتة
JobDef
النهائي الثابت com.google.protobuf.Descriptors.Descriptor
خيط
الحصول على الاسم ()
 The name of this job.
com.google.protobuf.ByteString
الحصول على اسم بايت ()
 The name of this job.
كثافة العمليات
خريطة <عدد صحيح، سلسلة>
الحصول على المهام ()
استخدم getTasksMap() بدلاً من ذلك.
كثافة العمليات
الحصول على المهام ()
 Mapping from task ID to "hostname:port" string.
خريطة <عدد صحيح، سلسلة>
خريطة المهام ()
 Mapping from task ID to "hostname:port" string.
خيط
getTasksOrDefault (مفتاح int، String defaultValue)
 Mapping from task ID to "hostname:port" string.
خيط
getTasksOrThrow (مفتاح int)
 Mapping from task ID to "hostname:port" string.
النهائي com.google.protobuf.UnknownFieldSet
كثافة العمليات
منطقية نهائية
JobDef.Builder ثابت
newBuilder (النموذج الأولي لـ JobDef )
JobDef.Builder ثابت
JobDef.Builder
تعريف الوظيفة الثابتة
parseDelimitedFrom (إدخال InputStream)
تعريف الوظيفة الثابتة
parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
تعريف الوظيفة الثابتة
parseFrom (بيانات ByteBuffer)
تعريف الوظيفة الثابتة
parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
تعريف الوظيفة الثابتة
parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
تعريف الوظيفة الثابتة
parseFrom (com.google.protobuf.CodedInputStream الإدخال)
تعريف الوظيفة الثابتة
parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
تعريف الوظيفة الثابتة
parseFrom (بيانات com.google.protobuf.ByteString)
تعريف الوظيفة الثابتة
parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
تعريف الوظيفة الثابتة
parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابتة
JobDef.Builder
فارغ
writeTo (com.google.protobuf.CodedOutputStream الإخراج)

الطرق الموروثة

الثوابت

int النهائي الثابت العام NAME_FIELD_NUMBER

القيمة الثابتة: 1

العدد النهائي الثابت العام TASKS_FIELD_NUMBER

القيمة الثابتة: 2

الأساليب العامة

يحتوي المنطق المنطقي العام على المهام (مفتاح int)

 Mapping from task ID to "hostname:port" string.
 If the `name` field contains "worker", and the `tasks` map contains a
 mapping from 7 to "example.org:2222", then the device prefix
 "/job:worker/task:7" will be assigned to "example.org:2222".
 
map<int32, string> tasks = 2;

القيمة المنطقية العامة تساوي (Object obj)

JobDef getDefaultInstance () الثابت العام

JobDef العام getDefaultInstanceForType ()

النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()

سلسلة getName العامة ()

 The name of this job.
 
string name = 1;

com.google.protobuf.ByteString getNameBytes () العام

 The name of this job.
 
string name = 1;

عام الحصول على بارسيرفورتيب ()

int public getSerializedSize ()

الخريطة العامة<Integer, String> getTasks ()

استخدم getTasksMap() بدلاً من ذلك.

int العام getTasksCount ()

 Mapping from task ID to "hostname:port" string.
 If the `name` field contains "worker", and the `tasks` map contains a
 mapping from 7 to "example.org:2222", then the device prefix
 "/job:worker/task:7" will be assigned to "example.org:2222".
 
map<int32, string> tasks = 2;

الخريطة العامة<Integer, String> getTasksMap ()

 Mapping from task ID to "hostname:port" string.
 If the `name` field contains "worker", and the `tasks` map contains a
 mapping from 7 to "example.org:2222", then the device prefix
 "/job:worker/task:7" will be assigned to "example.org:2222".
 
map<int32, string> tasks = 2;

السلسلة العامة getTasksOrDefault (مفتاح int، String defaultValue)

 Mapping from task ID to "hostname:port" string.
 If the `name` field contains "worker", and the `tasks` map contains a
 mapping from 7 to "example.org:2222", then the device prefix
 "/job:worker/task:7" will be assigned to "example.org:2222".
 
map<int32, string> tasks = 2;

سلسلة getTasksOrThrow العامة (مفتاح int)

 Mapping from task ID to "hostname:port" string.
 If the `name` field contains "worker", and the `tasks` map contains a
 mapping from 7 to "example.org:2222", then the device prefix
 "/job:worker/task:7" will be assigned to "example.org:2222".
 
map<int32, string> tasks = 2;

النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()

كود التجزئة الدولي العام ()

تمت تهيئة القيمة المنطقية النهائية العامة ()

JobDef.Builder العام الثابت newBuilder (النموذج الأولي لـ JobDef )

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

JobDef.Builder العام newBuilderForType ()

تحليل JobDef العام الثابت (إدخال InputStream)

رميات
IOEException

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

رميات
IOEException

تحليل JobDef العام الثابت (بيانات ByteBuffer)

رميات
InvalidProtocolBufferException

تحليل JobDef العام الثابت (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

JobDef parseFrom الثابت العام (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

تحليل JobDef الثابت العام (com.google.protobuf.CodedInputStream input)

رميات
IOEException

تحليل JobDef العام الثابت (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

تحليل JobDef العام الثابت (بيانات com.google.protobuf.ByteString)

رميات
InvalidProtocolBufferException

تحليل JobDef العام الثابت (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

JobDef parseFrom الثابت العام (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

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

JobDef.Builder العام إلىBuilder ()

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

رميات
IOEException