JobDeviceFiltersOrBuilder

public interface JobDeviceFiltersOrBuilder
Known Indirect Subclasses

Public Methods

abstract boolean
containsTasks(int key)
 Mapping from task ID to task device filters.
abstract String
getName()
 The name of this job.
abstract com.google.protobuf.ByteString
getNameBytes()
 The name of this job.
abstract Map<Integer, TaskDeviceFilters>
getTasks()
Use getTasksMap() instead.
abstract int
getTasksCount()
 Mapping from task ID to task device filters.
abstract Map<Integer, TaskDeviceFilters>
getTasksMap()
 Mapping from task ID to task device filters.
abstract TaskDeviceFilters
getTasksOrDefault(int key, TaskDeviceFilters defaultValue)
 Mapping from task ID to task device filters.
abstract TaskDeviceFilters
getTasksOrThrow(int key)
 Mapping from task ID to task device filters.

Public Methods

public abstract boolean containsTasks (int key)

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

public abstract String getName ()

 The name of this job.
 
string name = 1;

public abstract com.google.protobuf.ByteString getNameBytes ()

 The name of this job.
 
string name = 1;

public abstract Map<Integer, TaskDeviceFilters> getTasks ()

Use getTasksMap() instead.

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

public abstract TaskDeviceFilters getTasksOrDefault (int key, TaskDeviceFilters defaultValue)

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

public abstract TaskDeviceFilters getTasksOrThrow (int key)

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