interface publique JobDeviceFiltersOrBuilder
| Sous-classes indirectes connues |
Méthodes publiques
| booléen abstrait | contient des tâches (clé int) Mapping from task ID to task device filters. |
| chaîne abstraite | obtenirNom () The name of this job. |
| résumé com.google.protobuf.ByteString | getNameBytes () The name of this job. |
| Carte abstraite<Integer, TaskDeviceFilters > | getTasks () Utilisez plutôt getTasksMap() . |
| abstrait entier | getTasksCount () Mapping from task ID to task device filters. |
| Carte abstraite<Integer, TaskDeviceFilters > | getTasksMap () Mapping from task ID to task device filters. |
| Résumé TaskDeviceFilters | getTasksOrDefault (clé int, TaskDeviceFilters defaultValue) Mapping from task ID to task device filters. |
| Résumé TaskDeviceFilters | getTasksOrThrow (clé int) Mapping from task ID to task device filters. |
Méthodes publiques
public abstrait booléen containTasks (clé int)
Mapping from task ID to task device filters.
map<int32, .tensorflow.TaskDeviceFilters> tasks = 2; chaîne abstraite publique getName ()
The name of this job.
string name = 1; résumé public com.google.protobuf.ByteString getNameBytes ()
The name of this job.
string name = 1; public abstrait int getTasksCount ()
Mapping from task ID to task device filters.
map<int32, .tensorflow.TaskDeviceFilters> tasks = 2; public abstract Map<Integer, TaskDeviceFilters > getTasksMap ()
Mapping from task ID to task device filters.
map<int32, .tensorflow.TaskDeviceFilters> tasks = 2; résumé public TaskDeviceFilters getTasksOrDefault (clé int, TaskDeviceFilters defaultValue)
Mapping from task ID to task device filters.
map<int32, .tensorflow.TaskDeviceFilters> tasks = 2; résumé public TaskDeviceFilters getTasksOrThrow (clé int)
Mapping from task ID to task device filters.
map<int32, .tensorflow.TaskDeviceFilters> tasks = 2;