JobDeviceFiltersOrBuilder

interface pública JobDeviceFiltersOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

booleano abstrato
contémTasks (chave int)
 Mapping from task ID to task device filters.
cadeia abstrata
getNome ()
 The name of this job.
abstrato com.google.protobuf.ByteString
getNomeBytes ()
 The name of this job.
mapa abstrato<Integer, TaskDeviceFilters >
getTasks ()
Use getTasksMap() em vez disso.
abstrato int
getTasksCount ()
 Mapping from task ID to task device filters.
mapa abstrato<Integer, TaskDeviceFilters >
getTasksMap ()
 Mapping from task ID to task device filters.
Filtros TaskDevice abstratos
getTasksOrDefault (chave int, TaskDeviceFilters defaultValue)
 Mapping from task ID to task device filters.
Filtros TaskDevice abstratos
getTasksOrThrow (chave int)
 Mapping from task ID to task device filters.

Métodos Públicos

público abstrato booleano contémTasks (chave int)

 Mapping from task ID to task device filters.
 
map<int32, .tensorflow.TaskDeviceFilters> tasks = 2;

String abstrata pública getName ()

 The name of this job.
 
string name = 1;

resumo público com.google.protobuf.ByteString getNameBytes ()

 The name of this job.
 
string name = 1;

público abstrato Map<Integer, TaskDeviceFilters > getTasks ()

Use getTasksMap() em vez disso.

resumo público int getTasksCount ()

 Mapping from task ID to task device filters.
 
map<int32, .tensorflow.TaskDeviceFilters> tasks = 2;

mapa abstrato público<Integer, TaskDeviceFilters > getTasksMap ()

 Mapping from task ID to task device filters.
 
map<int32, .tensorflow.TaskDeviceFilters> tasks = 2;

público abstrato TaskDeviceFilters getTasksOrDefault (chave int, TaskDeviceFilters defaultValue)

 Mapping from task ID to task device filters.
 
map<int32, .tensorflow.TaskDeviceFilters> tasks = 2;

público abstrato TaskDeviceFilters getTasksOrThrow (chave int)

 Mapping from task ID to task device filters.
 
map<int32, .tensorflow.TaskDeviceFilters> tasks = 2;