JobDef

genel final dersi JobDef

 Defines a single job in a TensorFlow cluster.
 
Protobuf türü tensorflow.JobDef

İç İçe Sınıflar

sınıf JobDef.Builder
 Defines a single job in a TensorFlow cluster. 

Sabitler

int NAME_FIELD_NUMBER
int TASKS_FIELD_NUMBER

Genel Yöntemler

boolean
içerirGörevler (int anahtarı)
 Mapping from task ID to "hostname:port" string.
boolean
eşittir (Nesne nesnesi)
statik İş Tanımı
İş Tanımı
final statik com.google.protobuf.Descriptors.Descriptor
Sicim
getName ()
 The name of this job.
com.google.protobuf.ByteString
getNameBytes ()
 The name of this job.
int
Harita<Tamsayı, Dize>
getTasks ()
Bunun yerine getTasksMap() işlevini kullanın.
int
getTasksCount ()
 Mapping from task ID to "hostname:port" string.
Harita<Tamsayı, Dize>
getTasksMap ()
 Mapping from task ID to "hostname:port" string.
Sicim
getTasksOrDefault (int anahtarı, String defaultValue)
 Mapping from task ID to "hostname:port" string.
Sicim
getTasksOrThrow (int anahtarı)
 Mapping from task ID to "hostname:port" string.
final com.google.protobuf.UnknownFieldSet
int
son boole değeri
statik JobDef.Builder
yeniİnşaatçı ( JobDef prototipi)
statik JobDef.Builder
JobDef.Builder
statik İş Tanımı
parseDelimitedFrom (InputStream girişi)
statik İş Tanımı
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik İş Tanımı
parseFrom (ByteBuffer verileri)
statik İş Tanımı
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik İş Tanımı
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik İş Tanımı
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
statik İş Tanımı
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik İş Tanımı
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
statik İş Tanımı
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik İş Tanımı
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
JobDef.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int NAME_FIELD_NUMBER

Sabit Değer: 1

genel statik final int TASKS_FIELD_NUMBER

Sabit Değer: 2

Genel Yöntemler

genel boolean içerirGörevler (int anahtarı)

 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;

genel boole eşittir (Object obj)

genel statik JobDef getDefaultInstance ()

public JobDef getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

genel Dize getName ()

 The name of this job.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 The name of this job.
 
string name = 1;

halk getParserForType ()

public int getSerializedSize ()

genel Harita<Tamsayı, Dize> getTasks ()

Bunun yerine getTasksMap() işlevini kullanın.

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

genel Harita<Tamsayı, Dize> 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;

public String getTasksOrDefault (int anahtarı, 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;

public String getTasksOrThrow (int anahtarı)

 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;

genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()

genel int hashCode ()

genel final boolean isInitialized ()

genel statik JobDef.Builder newBuilder ( JobDef prototipi)

genel statik JobDef.Builder newBuilder ()

genel JobDef.Builder newBuilderForType ()

genel statik JobDef ayrıştırmaDelimitedFrom (InputStream girişi)

Atar
IO İstisnası

genel statik JobDef parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik JobDef ayrıştırmaFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

genel statik JobDef ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik JobDef ayrıştırmaFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik JobDef ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)

Atar
IO İstisnası

genel statik JobDef ayrıştırmaFrom (bayt[] veri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik JobDef ayrıştırmaFrom (com.google.protobuf.ByteString verileri)

Atar
Geçersiz ProtokolBufferException

genel statik JobDef ayrıştırmaFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik JobDef ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik ayrıştırıcı ()

genel JobDef.Builder toBuilder ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IO İstisnası