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

روش های عمومی

بولی
containTasks (کلید int)
 Mapping from task ID to "hostname:port" string.
بولی
برابر است (object obj)
استاتیک JobDef
JobDef
نهایی static com.google.protobuf.Descriptors.Descriptor
رشته
getName ()
 The name of this job.
com.google.protobuf.ByteString
getNameBytes ()
 The name of this job.
بین المللی
نقشه<Integer, String>
getTasks ()
به جای آن از getTasksMap() استفاده کنید.
بین المللی
getTasksCount ()
 Mapping from task ID to "hostname:port" string.
نقشه<Integer, String>
getTasksMap ()
 Mapping from task ID to "hostname:port" string.
رشته
getTasksOrDefault (کلید int، مقدار پیش‌فرض رشته)
 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
استاتیک JobDef
parseDelimitedFrom (ورودی جریان ورودی)
استاتیک JobDef
parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک JobDef
parseFrom (داده های ByteBuffer)
استاتیک JobDef
parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک JobDef
parseFrom (داده‌های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک JobDef
parseFrom (ورودی com.google.protobuf.CodedInputStream)
استاتیک JobDef
parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک JobDef
parseFrom (داده های com.google.protobuf.ByteString)
استاتیک JobDef
parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک JobDef
parseFrom (داده‌های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایستا
JobDef.Builder
خالی
writeTo (خروجی com.google.protobuf.CodedOutputStream)

روش های ارثی

ثابت ها

نهایی استاتیک عمومی 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 ()

public static final 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;

عمومی getParserForType ()

عمومی int 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، مقدار پیش فرض رشته)

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

هش کد عمومی ()

بولین نهایی عمومی isInitialized ()

عمومی استاتیک JobDef.Builder newBuilder (نمونه اولیه JobDef )

عمومی استاتیک JobDef.Builder newBuilder ()

عمومی JobDef.Builder newBuilderForType ()

عمومی استاتیک JobDef parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

عمومی استاتیک JobDef parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک JobDef parseFrom (داده ByteBuffer)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک JobDef parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک JobDef parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک JobDef parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

عمومی استاتیک JobDef parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک JobDef parseFrom (داده های com.google.protobuf.ByteString)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک JobDef parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک JobDef parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

استاتیک عمومی تجزیه کننده ()

عمومی JobDef.Builder toBuilder ()

public void writeTo (خروجی com.google.protobuf.CodedOutputStream)

پرتاب می کند
IOException